From 76ad62616a4e9b8645457ef2d6958a13347cedf5 Mon Sep 17 00:00:00 2001 From: Nick Giles Date: Fri, 16 May 2025 15:42:57 +0100 Subject: [PATCH 1/3] Add 52N40 and 52N41 Add docs for new cluster codes --- modules/ROOT/content-nav.adoc | 2 ++ modules/ROOT/pages/errors/gql-errors/52N40.adoc | 13 +++++++++++++ modules/ROOT/pages/errors/gql-errors/52N41.adoc | 17 +++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 modules/ROOT/pages/errors/gql-errors/52N40.adoc create mode 100644 modules/ROOT/pages/errors/gql-errors/52N41.adoc diff --git a/modules/ROOT/content-nav.adoc b/modules/ROOT/content-nav.adoc index 3da7eba9..c2213cdb 100644 --- a/modules/ROOT/content-nav.adoc +++ b/modules/ROOT/content-nav.adoc @@ -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[] diff --git a/modules/ROOT/pages/errors/gql-errors/52N40.adoc b/modules/ROOT/pages/errors/gql-errors/52N40.adoc new file mode 100644 index 00000000..31e3a307 --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/52N40.adoc @@ -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::[] \ No newline at end of file diff --git a/modules/ROOT/pages/errors/gql-errors/52N41.adoc b/modules/ROOT/pages/errors/gql-errors/52N41.adoc new file mode 100644 index 00000000..2992559c --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/52N41.adoc @@ -0,0 +1,17 @@ += 52N41 + + +== Status description +error: procedure exception - The key value for { <> } 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::[] \ No newline at end of file From e7f5765a97cd867ddc99e3851f92fbf377a17a7b Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Tue, 27 May 2025 11:10:07 +0100 Subject: [PATCH 2/3] generate index.adoc file --- modules/ROOT/pages/errors/gql-errors/index.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/ROOT/pages/errors/gql-errors/index.adoc b/modules/ROOT/pages/errors/gql-errors/index.adoc index 485bea1f..e7d36f7d 100644 --- a/modules/ROOT/pages/errors/gql-errors/index.adoc +++ b/modules/ROOT/pages/errors/gql-errors/index.adoc @@ -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 { <> } 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 `{ <> }` failed due to `{ <> }`: `{ <> }` From 8d27bdc58c5de1f78d55d5741e95723d12d85fe0 Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Tue, 27 May 2025 11:18:43 +0100 Subject: [PATCH 3/3] fix a small formatting issue and regenerated the index file --- modules/ROOT/pages/errors/gql-errors/52N41.adoc | 2 +- modules/ROOT/pages/errors/gql-errors/index.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/errors/gql-errors/52N41.adoc b/modules/ROOT/pages/errors/gql-errors/52N41.adoc index 2992559c..ffbf1add 100644 --- a/modules/ROOT/pages/errors/gql-errors/52N41.adoc +++ b/modules/ROOT/pages/errors/gql-errors/52N41.adoc @@ -2,7 +2,7 @@ == Status description -error: procedure exception - The key value for { <> } in the query string cannot be parsed when getting a routing table. +error: procedure exception - The key value for `{ <> }` in the query string cannot be parsed when getting a routing table. == Explanation diff --git a/modules/ROOT/pages/errors/gql-errors/index.adoc b/modules/ROOT/pages/errors/gql-errors/index.adoc index e7d36f7d..0f7cfcd9 100644 --- a/modules/ROOT/pages/errors/gql-errors/index.adoc +++ b/modules/ROOT/pages/errors/gql-errors/index.adoc @@ -1989,7 +1989,7 @@ Status description:: error: procedure exception - Reconciliation failed during w === xref:errors/gql-errors/52N41.adoc[52N41] -Status description:: error: procedure exception - The key value for { <> } in the query string cannot be parsed when getting a routing table. +Status description:: error: procedure exception - The key value for `{ <> }` in the query string cannot be parsed when getting a routing table. === xref:errors/gql-errors/52U00.adoc[52U00]