From d62961d867d6e381eb4fb742d5fefd44bfe2cd48 Mon Sep 17 00:00:00 2001 From: Alex Gill Date: Tue, 4 Mar 2025 16:12:52 +0000 Subject: [PATCH 1/4] Add 50N23 --- modules/ROOT/content-nav.adoc | 1 + modules/ROOT/pages/errors/gql-errors/50N23.adoc | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 modules/ROOT/pages/errors/gql-errors/50N23.adoc 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..5cde41f6 --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/50N23.adoc @@ -0,0 +1,11 @@ += 50N23 + +== Status description +error: general processing exception - transaction retry timed out. 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::[] \ No newline at end of file From 027ab4559af7ac557a885555263b9f9daa72cd0d Mon Sep 17 00:00:00 2001 From: Alex Fox Gill Date: Wed, 5 Mar 2025 09:32:17 +0000 Subject: [PATCH 2/4] Update index.adoc --- modules/ROOT/pages/errors/gql-errors/index.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/ROOT/pages/errors/gql-errors/index.adoc b/modules/ROOT/pages/errors/gql-errors/index.adoc index 28ebef3d..c96b5a7b 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 timed out. 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. From 1860e6315e37f61e207c23a74991b45ae56fe97f Mon Sep 17 00:00:00 2001 From: Alex Fox Gill Date: Fri, 7 Mar 2025 15:44:14 +0000 Subject: [PATCH 3/4] Update index.adoc --- modules/ROOT/pages/errors/gql-errors/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/errors/gql-errors/index.adoc b/modules/ROOT/pages/errors/gql-errors/index.adoc index c96b5a7b..59a254a1 100644 --- a/modules/ROOT/pages/errors/gql-errors/index.adoc +++ b/modules/ROOT/pages/errors/gql-errors/index.adoc @@ -1215,7 +1215,7 @@ Status description:: error: general processing exception - no such schema descri === xref:errors/gql-errors/50N23.adoc[50N23] -error: general processing exception - transaction retry timed out. Transaction retry aborted after `{ <> }` attempts. Retry timed out with a maximum retry duration of `{ <> }` `{ <> }`. +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] From 498ea3a0ab14fafe66cbdc3eff93b5b988a9862d Mon Sep 17 00:00:00 2001 From: Alex Fox Gill Date: Fri, 7 Mar 2025 15:44:38 +0000 Subject: [PATCH 4/4] Update 50N23.adoc --- modules/ROOT/pages/errors/gql-errors/50N23.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/errors/gql-errors/50N23.adoc b/modules/ROOT/pages/errors/gql-errors/50N23.adoc index 5cde41f6..7df0acda 100644 --- a/modules/ROOT/pages/errors/gql-errors/50N23.adoc +++ b/modules/ROOT/pages/errors/gql-errors/50N23.adoc @@ -1,11 +1,11 @@ = 50N23 == Status description -error: general processing exception - transaction retry timed out. Transaction retry aborted after `{ <> }` attempts. Retry timed out with a maximum retry duration of `{ <> }` `{ <> }`. +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::[] \ No newline at end of file +endif::[]