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..ffbf1add --- /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 diff --git a/modules/ROOT/pages/errors/gql-errors/index.adoc b/modules/ROOT/pages/errors/gql-errors/index.adoc index 485bea1f..0f7cfcd9 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 `{ <> }`: `{ <> }`