Skip to content

Commit

Permalink
Merge branch 'dev' into 5.x-release-5.26
Browse files Browse the repository at this point in the history
:wq
  • Loading branch information
NataliaIvakina committed Dec 9, 2024
2 parents 1aab83c + d7ac33b commit a78167b
Show file tree
Hide file tree
Showing 15 changed files with 3,183 additions and 915 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docs-pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
- "dev"
- "5.x"
- "4.[0-9]"
- "gql-notifications"

jobs:

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
uses: neo4j/docs-tools/.github/workflows/[email protected]
with:
deploy-id: 0
retain-artifacts: 14
retain-artifacts: 28
package-script: 'publish-verify'

# Parse the json log output from the HTML build, and output warnings and errors as annotations
# Optionally, fail the build if there are warnings or errors
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/docs-teardown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
- "dev"
- "5.x"
- "4.[0-9]"
- "gql-notifications"
types:
- closed

Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

= docs-status-codes

This repository contains the AsciiDoc and other sources to build the link:{docs-uri}/status-codes[Neo4j Status Codes].
This repository contains the AsciiDoc and other sources to build the link:{docs-uri}/status-codes[Status Codes for Errors & Notifications].

[[local-build]]
== Installation
Expand Down
8 changes: 4 additions & 4 deletions antora.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: status-codes
title: Status Codes
title: Status Codes for Errors & Notifications
version: '5'
start_page: ROOT:index.adoc
nav:
- modules/ROOT/content-nav.adoc
asciidoc:
attributes:
page-origin-private: false
neo4j-version: '5.25'
neo4j-version-exact: '5.25.1'
neo4j-buildnumber: '5.25'
neo4j-version: '5.26'
neo4j-version-exact: '5.26.0'
neo4j-buildnumber: '5.26'
5 changes: 2 additions & 3 deletions modules/ROOT/content-nav.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
* xref:index.adoc[]
* xref:errors/index.adoc[]
** xref:errors/gql-errors.adoc[]
** xref:errors/all-errors.adoc[]
* xref:notifications/index.adoc[]
** xref:notifications/all-notifications.adoc[]
* xref:changelogs.adoc[]
* xref:changelogs.adoc[]
5 changes: 5 additions & 0 deletions modules/ROOT/pages/changelogs.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
:description: This page lists all changes to status codes per Neo4j version.
= Changes to status codes per Neo4j version

== Neo4j 5.25

Starting from 5.25, the query log includes the GQL error information under the JSON object `errorInfo`.
For more information, see link:https://neo4j.com/docs/operations-manual/current/monitoring/logging/#gql-error-information[Operations Manual -> GQL error information].

== Neo4j 5.24

**New:**
Expand Down
12 changes: 6 additions & 6 deletions modules/ROOT/pages/errors/all-errors.adoc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
:description: The Neo4j error codes for Neo4j version {neo4j-version}.
:description: The error codes for Neo4j 5.


[[neo4j-errors]]
= List of all server error codes
= List of Neo4j error codes

This page contains lists of all Neo4j errors, grouped by type.
This page lists the current Neo4j error codes, which which are returned along side xref:errors/gql-errors.adoc[GQLSTATUS error codes], grouped by type.

== Client errors

Expand All @@ -13,7 +13,7 @@ This is a complete list of all client errors Neo4j may return, and what they mea
[options="header", cols="<1m,<1"]
|===

| Neo4j status code
| Neo4j code
| Description

| Neo.ClientError.ChangeDataCapture.InvalidIdentifier
Expand Down Expand Up @@ -279,7 +279,7 @@ This is a complete list of all transient errors Neo4j may return, and what they
[options="header", cols="<1m,<1"]
|===

| Neo4j status code
| Neo4j code
| Description

| Neo.TransientError.ChangeDataCapture.FutureIdentifier
Expand Down Expand Up @@ -386,7 +386,7 @@ This is a complete list of all database errors Neo4j may return, and what they m
[options="header", cols="<1m,<1"]
|===

| Neo4j status code
| Neo4j code
| Description

| Neo.DatabaseError.ChangeDataCapture.Disabled
Expand Down
Loading

0 comments on commit a78167b

Please sign in to comment.