Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion modules/ROOT/pages/errors/gql-errors/52N11.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
= 52N11

== Status description
error: procedure exception - generic topology procedure error. An unexpected error has occurred. Please refer to the server's debug log for more information.
error: procedure exception - generic topology procedure error. An unexpected error has occurred: `{ <<msg>> }`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @gfx54b. Can we also add examples for both? See 22N71, 22N69, 22NAB, 42I64, and many more for inspiration.


== Example scenario

For example, trying to set default number of primaries to 12.:

[source,cypher]
----
CALL dbms.setDefaultAllocationNumbers(12,0);
----

You will receive an error with GQLSTATUS xref:errors/gql-errors/52N02.adoc[52N02].
This error has a cause detailed in xref:errors/gql-errors/52N11.adoc[52N11] and status description:

[source]
----
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
----

ifndef::backend-pdf[]
[discrete.glossary]
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/errors/gql-errors/52N17.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= 52N17

== Status description
error: procedure exception - quarantine change failed. Setting/removing the quarantine marker failed.
error: procedure exception - quarantine change failed. Setting/removing the quarantine marker failed: `{ <<msg>> }`

ifndef::backend-pdf[]
[discrete.glossary]
Expand Down
4 changes: 2 additions & 2 deletions modules/ROOT/pages/errors/gql-errors/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1962,7 +1962,7 @@ Status description:: error: procedure exception - invalid address key. An addres

=== xref:errors/gql-errors/52N11.adoc[52N11]

Status description:: error: procedure exception - generic topology procedure error. An unexpected error has occurred. Please refer to the server's debug log for more information.
Status description:: error: procedure exception - generic topology procedure error. An unexpected error has occurred: `{ <<msg>> }`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file is autogenerated. You don't need to update it. I'll take care of it before I merge.


=== xref:errors/gql-errors/52N12.adoc[52N12]

Expand All @@ -1982,7 +1982,7 @@ Status description:: error: procedure exception - invalid procedure argument lis

=== xref:errors/gql-errors/52N17.adoc[52N17]

Status description:: error: procedure exception - quarantine change failed. Setting/removing the quarantine marker failed.
Status description:: error: procedure exception - quarantine change failed. Setting/removing the quarantine marker failed: `{ <<msg>> }`

=== xref:errors/gql-errors/52N18.adoc[52N18]

Expand Down