Skip to content

Commit 4f241fa

Browse files
authored
Add 50N23 for failed Call In Transactions retry (#276)
I hope I did this right - here is the accompanying implementation neo-technology/neo4j#29934
1 parent 05e53e6 commit 4f241fa

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@
300300
**** xref:errors/gql-errors/50N16.adoc[]
301301
**** xref:errors/gql-errors/50N17.adoc[]
302302
**** xref:errors/gql-errors/50N21.adoc[]
303+
**** xref:errors/gql-errors/50N23.adoc[]
303304
**** xref:errors/gql-errors/50N42.adoc[]
304305
*** xref:errors/gql-errors/index.adoc#system-configuration-or-operation-exceptions[System configuration or operation exceptions]
305306
**** xref:errors/gql-errors/51N00.adoc[]
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
= 50N23
2+
3+
== Status description
4+
error: general processing exception - transaction retry aborted. Transaction retry aborted after `{ <<count>> }` attempts. Retry timed out with a maximum retry duration of `{ <<timeAmount>> }` `{ <<timeUnit>> }`.
5+
6+
ifndef::backend-pdf[]
7+
[discrete.glossary]
8+
== Glossary
9+
10+
include::partial$glossary.adoc[]
11+
endif::[]

modules/ROOT/pages/errors/gql-errors/index.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1213,6 +1213,10 @@ Status description:: error: general processing exception - remote execution data
12131213

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

1216+
=== xref:errors/gql-errors/50N23.adoc[50N23]
1217+
1218+
error: general processing exception - transaction retry aborted. Transaction retry aborted after `{ <<count>> }` attempts. Retry timed out with a maximum retry duration of `{ <<timeAmount>> }` `{ <<timeUnit>> }`.
1219+
12161220
=== xref:errors/gql-errors/50N42.adoc[50N42]
12171221

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

0 commit comments

Comments
 (0)