diff --git a/modules/ROOT/content-nav.adoc b/modules/ROOT/content-nav.adoc index 26a0e994..431b60cf 100644 --- a/modules/ROOT/content-nav.adoc +++ b/modules/ROOT/content-nav.adoc @@ -300,6 +300,7 @@ **** xref:errors/gql-errors/50N16.adoc[] **** xref:errors/gql-errors/50N17.adoc[] **** xref:errors/gql-errors/50N21.adoc[] +**** xref:errors/gql-errors/50N23.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/50N23.adoc b/modules/ROOT/pages/errors/gql-errors/50N23.adoc new file mode 100644 index 00000000..7df0acda --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/50N23.adoc @@ -0,0 +1,11 @@ += 50N23 + +== Status description +error: general processing exception - transaction retry aborted. Transaction retry aborted after `{ <> }` attempts. Retry timed out with a maximum retry duration of `{ <> }` `{ <> }`. + +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 28ebef3d..59a254a1 100644 --- a/modules/ROOT/pages/errors/gql-errors/index.adoc +++ b/modules/ROOT/pages/errors/gql-errors/index.adoc @@ -1213,6 +1213,10 @@ Status description:: error: general processing exception - remote execution data Status description:: error: general processing exception - no such schema descriptor. The `{ <> }` was not found for `{ <> }`. Verify that the spelling is correct. +=== xref:errors/gql-errors/50N23.adoc[50N23] + +error: general processing exception - transaction retry aborted. Transaction retry aborted after `{ <> }` attempts. Retry timed out with a maximum retry duration of `{ <> }` `{ <> }`. + === xref:errors/gql-errors/50N42.adoc[50N42] Status description:: error: general processing exception - unexpected error. Unexpected error has occurred. See debug log for details.