Skip to content

Commit d5829c6

Browse files
Add 52N40 and 52N41 (#321)
Add docs for new cluster codes --------- Co-authored-by: Reneta Popova <[email protected]>
1 parent 055a4cc commit d5829c6

File tree

4 files changed

+40
-0
lines changed

4 files changed

+40
-0
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,8 @@
488488
**** xref:errors/gql-errors/52N37.adoc[]
489489
**** xref:errors/gql-errors/52N38.adoc[]
490490
**** xref:errors/gql-errors/52N39.adoc[]
491+
**** xref:errors/gql-errors/52N40.adoc[]
492+
**** xref:errors/gql-errors/52N41.adoc[]
491493
**** xref:errors/gql-errors/52U00.adoc[]
492494
*** xref:errors/gql-errors/index.adoc#function-exceptions[Function exceptions]
493495
**** xref:errors/gql-errors/53N34.adoc[]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
= 52N40
2+
3+
4+
== Status description
5+
error: procedure exception - Reconciliation failed during writing the topology graph, transaction may not be committed.
6+
7+
8+
ifndef::backend-pdf[]
9+
[discrete.glossary]
10+
== Glossary
11+
12+
include::partial$glossary.adoc[]
13+
endif::[]
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
= 52N41
2+
3+
4+
== Status description
5+
error: procedure exception - The key value for `{ <<field>> }` in the query string cannot be parsed when getting a routing table.
6+
7+
8+
== Explanation
9+
10+
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`.
11+
12+
ifndef::backend-pdf[]
13+
[discrete.glossary]
14+
== Glossary
15+
16+
include::partial$glossary.adoc[]
17+
endif::[]

modules/ROOT/pages/errors/gql-errors/index.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1983,6 +1983,14 @@ Status description:: error: procedure exception - cdc start position not found.
19831983

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

1986+
=== xref:errors/gql-errors/52N40.adoc[52N40]
1987+
1988+
Status description:: error: procedure exception - Reconciliation failed during writing the topology graph, transaction may not be committed.
1989+
1990+
=== xref:errors/gql-errors/52N41.adoc[52N41]
1991+
1992+
Status description:: error: procedure exception - The key value for `{ <<field>> }` in the query string cannot be parsed when getting a routing table.
1993+
19861994
=== xref:errors/gql-errors/52U00.adoc[52U00]
19871995

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

0 commit comments

Comments
 (0)