diff --git a/modules/ROOT/content-nav.adoc b/modules/ROOT/content-nav.adoc index 9d8fefe5..eac6faf5 100644 --- a/modules/ROOT/content-nav.adoc +++ b/modules/ROOT/content-nav.adoc @@ -393,6 +393,8 @@ **** xref:errors/gql-errors/50N20.adoc[] **** xref:errors/gql-errors/50N21.adoc[] **** xref:errors/gql-errors/50N23.adoc[] +**** xref:errors/gql-errors/50N24.adoc[] +**** xref:errors/gql-errors/50N25.adoc[] **** xref:errors/gql-errors/50N42.adoc[] *** xref:errors/gql-errors/index.adoc#system-configuration-or-operation-exceptions[System configuration or operation exceptions] **** xref:errors/gql-errors/51N00.adoc[] diff --git a/modules/ROOT/pages/errors/gql-errors/50N24.adoc b/modules/ROOT/pages/errors/gql-errors/50N24.adoc new file mode 100644 index 00000000..f34de288 --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/50N24.adoc @@ -0,0 +1,19 @@ +:page-role: new-2025.11 += 50N24 + +== Status description + +error: general processing exception - sharded properties transaction handling database error. Unexpected exception while getting transaction state. + +== Scenario + +This error occurs when there is an issue on the graph shard while getting transaction state from a property shard. +For example, the graph shard receives an unexpected response from a property shard. + + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] diff --git a/modules/ROOT/pages/errors/gql-errors/50N25.adoc b/modules/ROOT/pages/errors/gql-errors/50N25.adoc new file mode 100644 index 00000000..f7e0ff73 --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/50N25.adoc @@ -0,0 +1,19 @@ +:page-role: new-2025.11 += 50N25 + +== Status description + +error: general processing exception - sharded properties transaction handling client error. Unexpected exception while getting transaction state. + +== Scenario + +This error occurs when there is an issue on the graph shard while getting transaction state from a property shard. +For example, the graph shard times out while waiting for transaction state from property shards. + + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] diff --git a/modules/ROOT/pages/errors/gql-errors/index.adoc b/modules/ROOT/pages/errors/gql-errors/index.adoc index 4d13f2f4..462c1af5 100644 --- a/modules/ROOT/pages/errors/gql-errors/index.adoc +++ b/modules/ROOT/pages/errors/gql-errors/index.adoc @@ -1607,6 +1607,16 @@ Status description:: error: general processing exception - no such schema descri Status description:: error: general processing exception - transaction retry aborted. Transaction retry aborted after `{ <> }` attempts. Retry timed out with a maximum retry duration of `{ <> }` `{ <> }`. +[role=label--new-2025.11] +=== xref:errors/gql-errors/50N24.adoc[50N24] + +Status description:: error: general processing exception - sharded properties transaction handling database error. Unexpected exception while getting transaction state. + +[role=label--new-2025.11] +=== xref:errors/gql-errors/50N25.adoc[50N25] + +Status description:: error: general processing exception - sharded properties transaction handling client error. Unexpected exception while getting transaction state. + === xref:errors/gql-errors/50N42.adoc[50N42] Status description:: error: general processing exception - unexpected error. Unexpected error has occurred. See debug log for details.