Skip to content

Commit 4aa5cdd

Browse files
Add explanation of codes
1 parent 65043a0 commit 4aa5cdd

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

modules/ROOT/pages/errors/gql-errors/51N52.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
== Status description
66
error: system configuration or operation exception - number of primaries out of range. Cannot `{ <<action>> }` database topology. Number of primaries `{ <<count>> }` needs to be at least 1 and may not exceed `{ <<upper>> }`.
77

8+
== Explanation
9+
10+
This error occurs when trying to create or alter a database while providing a topology with primary count outside the supported range.
11+
812
ifndef::backend-pdf[]
913
[discrete.glossary]
1014
== Glossary

modules/ROOT/pages/errors/gql-errors/51N53.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
== Status description
66
error: system configuration or operation exception - number of secondaries out of range. Cannot `{ <<action>> }` database topology. Number of secondaries `{ <<count>> }` needs to be at least 0 and may not exceed `{ <<upper>> }`.
77

8+
== Explanation
9+
10+
This error occurs when trying to create or alter a database while providing a topology with secondary count outside the supported range.
11+
812
ifndef::backend-pdf[]
913
[discrete.glossary]
1014
== Glossary

0 commit comments

Comments
 (0)