Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions modules/ROOT/content-nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
Expand Down
11 changes: 11 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/50N23.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
= 50N23

== Status description
error: general processing exception - transaction retry aborted. Transaction retry aborted after `{ <<count>> }` attempts. Retry timed out with a maximum retry duration of `{ <<timeAmount>> }` `{ <<timeUnit>> }`.

ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1213,6 +1213,10 @@ Status description:: error: general processing exception - remote execution data

Status description:: error: general processing exception - no such schema descriptor. The `{ <<schemaDescrType>> }` was not found for `{ <<schemaDescr>> }`. Verify that the spelling is correct.

=== xref:errors/gql-errors/50N23.adoc[50N23]

error: general processing exception - transaction retry aborted. Transaction retry aborted after `{ <<count>> }` attempts. Retry timed out with a maximum retry duration of `{ <<timeAmount>> }` `{ <<timeUnit>> }`.

=== xref:errors/gql-errors/50N42.adoc[50N42]

Status description:: error: general processing exception - unexpected error. Unexpected error has occurred. See debug log for details.
Expand Down