Skip to content
Merged
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
2 changes: 2 additions & 0 deletions modules/ROOT/content-nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,8 @@
**** xref:errors/gql-errors/52N37.adoc[]
**** xref:errors/gql-errors/52N38.adoc[]
**** xref:errors/gql-errors/52N39.adoc[]
**** xref:errors/gql-errors/52N40.adoc[]
**** xref:errors/gql-errors/52N41.adoc[]
**** xref:errors/gql-errors/52U00.adoc[]
*** xref:errors/gql-errors/index.adoc#function-exceptions[Function exceptions]
**** xref:errors/gql-errors/53N34.adoc[]
Expand Down
13 changes: 13 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/52N40.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
= 52N40


== Status description
error: procedure exception - Reconciliation failed during writing the topology graph, transaction may not be committed.


ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
17 changes: 17 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/52N41.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
= 52N41


== Status description
error: procedure exception - The key value for `{ <<field>> }` in the query string cannot be parsed when getting a routing table.


== Explanation

This error occurs when trying to use a routing policy, but providing some invalid details on a routed request. Example fields include `policy` and `alias`.

ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
8 changes: 8 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1983,6 +1983,14 @@ Status description:: error: procedure exception - cdc start position not found.

Status description:: error: procedure exception - cdc scanner inactive. The log scanner is no longer active.

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

Status description:: error: procedure exception - Reconciliation failed during writing the topology graph, transaction may not be committed.

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

Status description:: error: procedure exception - The key value for `{ <<field>> }` in the query string cannot be parsed when getting a routing table.

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

Status description:: error: procedure exception - custom procedure execution error cause. Execution of the procedure `{ <<proc>> }` failed due to `{ <<msgTitle>> }`: `{ <<msg>> }`
Expand Down