Skip to content

Commit e2c1485

Browse files
Merge branch 'dev' into dev-updates-for-release
2 parents 870c254 + e35b366 commit e2c1485

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed

.github/workflows/docs-pr-checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
# Generate HTML
1515
docs-build-pr:
16-
uses: neo4j/docs-tools/.github/workflows/reusable-docs-build.yml@v1.1.2
16+
uses: neo4j/docs-tools/.github/workflows/reusable-docs-build.yml@v1.2.0
1717
with:
1818
deploy-id: ${{ github.event.number }}
1919
retain-artifacts: 14
@@ -23,7 +23,7 @@ jobs:
2323
# By default, the job fails if there are errors, passes if there are warnings only.
2424
docs-verify-pr:
2525
needs: docs-build-pr
26-
uses: neo4j/docs-tools/.github/workflows/reusable-docs-verify.yml@v1.1.2
26+
uses: neo4j/docs-tools/.github/workflows/reusable-docs-verify.yml@v1.2.0
2727
with:
2828
failOnWarnings: true
2929

@@ -40,7 +40,7 @@ jobs:
4040
steps:
4141
- name: Get file changes
4242
id: get-file-changes
43-
uses: tj-actions/changed-files@cbda684547adc8c052d50711417fa61b428a9f88 # v41.1.2
43+
uses: tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # v46.0.1
4444
with:
4545
separator: ','
4646
files_yaml: |
@@ -55,7 +55,7 @@ jobs:
5555
docs-updates-comment-pr:
5656
if: needs.docs-build-pr.outputs.pages-listed == 'success'
5757
needs: [docs-build-pr, docs-changes-pr]
58-
uses: neo4j/docs-tools/.github/workflows/reusable-docs-pr-changes.yml@v1.1.2
58+
uses: neo4j/docs-tools/.github/workflows/reusable-docs-pr-changes.yml@v1.2.0
5959
with:
6060
pages-modified: ${{ needs.docs-changes-pr.outputs.pages-modified }}
6161
pages-added: ${{ needs.docs-changes-pr.outputs.pages-added }}

modules/ROOT/content-nav.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
**** xref:errors/gql-errors/42N21.adoc[]
232232
**** xref:errors/gql-errors/42N22.adoc[]
233233
**** xref:errors/gql-errors/42N24.adoc[]
234-
**** xref:errors/gql-errors/42I26.adoc[]
234+
**** xref:errors/gql-errors/42N26.adoc[]
235235
**** xref:errors/gql-errors/42N28.adoc[]
236236
**** xref:errors/gql-errors/42N29.adoc[]
237237
**** xref:errors/gql-errors/42N31.adoc[]
@@ -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
@@ -1220,6 +1220,10 @@ Status description:: error: general processing exception - remote execution data
12201220

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

1223+
=== xref:errors/gql-errors/50N23.adoc[50N23]
1224+
1225+
error: general processing exception - transaction retry aborted. Transaction retry aborted after `{ <<count>> }` attempts. Retry timed out with a maximum retry duration of `{ <<timeAmount>> }` `{ <<timeUnit>> }`.
1226+
12231227
=== xref:errors/gql-errors/50N42.adoc[50N42]
12241228

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

0 commit comments

Comments
 (0)