Skip to content

Commit c99fff1

Browse files
gfx54brenetapopova
authored andcommitted
Adding example
1 parent 449904e commit c99fff1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

modules/ROOT/pages/errors/gql-errors/52N11.adoc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
== Status description
44
error: procedure exception - generic topology procedure error. An unexpected error has occurred: `{ <<msg>> }`
55

6+
== Example scenario
7+
8+
For example, trying to set default number of primaries to 12.:
9+
10+
[source,cypher]
11+
----
12+
CALL dbms.setDefaultAllocationNumbers(12,0);
13+
----
14+
15+
You will receive an error with GQLSTATUS xref:errors/gql-errors/52N02.adoc[52N02].
16+
This error has a cause detailed in xref:errors/gql-errors/52N11.adoc[52N11] and status description:
17+
18+
[source]
19+
----
20+
procedure exception - generic topology procedure error. An unexpected error has occurred: Number of primaries '12' may not exceed 11 and needs to be at least 1
21+
----
22+
623
ifndef::backend-pdf[]
724
[discrete.glossary]
825
== Glossary

0 commit comments

Comments
 (0)