Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
768206a
Update the version to 5.22 (#154)
renetapopova Jun 28, 2024
e2ed456
Update `dev` to 5.23 (#158)
NataliaIvakina Jul 30, 2024
71e27df
Fix typo (#167)
stefano-ottolenghi Aug 14, 2024
c25ae38
Merge 'gql-notifications' into 'dev' (#171)
NataliaIvakina Aug 28, 2024
723874e
Improve docs about compatibility codes (#172) (#173)
NataliaIvakina Aug 29, 2024
f1d09ca
Added superfluous optional notification (#175)
JoelBergstrand Sep 17, 2024
81aab38
Bump express from 4.19.1 to 4.21.0 in the dev-dependencies group (#177)
dependabot[bot] Sep 17, 2024
e958617
Add notifications for linked users (#142)
Hunterness Sep 17, 2024
10726d5
Add notification when aggregation skips a null value (#170)
pontusmelke Sep 18, 2024
19e6d3a
Update the v.number to 5.25 (#181)
NataliaIvakina Sep 26, 2024
5daffd3
Document 01N71 and 00N72 for Linked users (#189)
renetapopova Oct 15, 2024
884cffc
Bump express from 4.21.0 to 5.0.1 in the dev-dependencies group (#188)
dependabot[bot] Oct 22, 2024
e793a1f
Fix the example of shortest path with an unbounded pattern (#193)
renetapopova Oct 22, 2024
11ae1de
Notification param format (#192)
renetapopova Oct 22, 2024
19d65c0
remove a merge conflict leftover (#207)
renetapopova Oct 31, 2024
cdf5fd3
Update preview version to 5.26 (#208)
renetapopova Oct 31, 2024
9d97cf1
cip-190 deprecations (#202)
hvub Oct 31, 2024
e03940b
Modify the github workflows files to add the preview (#184)
NataliaIvakina Oct 2, 2024
773b741
Add connection exception errors (#183)
renetapopova Oct 15, 2024
0c61ec7
Add data exception codes. Part 1. (#186)
NataliaIvakina Oct 17, 2024
88b9816
Add 25, 2D, and 42 codes (#191)
renetapopova Oct 21, 2024
b17b28a
Add codes starting with 50 (#197)
renetapopova Oct 23, 2024
e9f6b3f
Add codes starting with 51 (#198)
renetapopova Oct 25, 2024
8deaece
Add codes starting with 52 (#199)
renetapopova Oct 25, 2024
95113f4
Add codes starting with 42 (#196)
renetapopova Oct 25, 2024
419441e
Add the rest of Neo4j defined GQLSTATUS codes for data exceptions (#200)
NataliaIvakina Oct 28, 2024
01b7e93
Add standard defined GQLSTATUS codes for data exceptions (#201)
NataliaIvakina Oct 30, 2024
f87b6d4
remove gql standard notifications (#204)
renetapopova Oct 30, 2024
b106341
Update messages for 22N04 and 22N27 (#210)
Lojjs Nov 1, 2024
28f6462
Add package-lock.json to .gitignore (#215)
recrwplay Nov 7, 2024
64080f7
Delete package-lock.json
recrwplay Nov 7, 2024
a9ab164
Update some GQL messages (#217)
WilcoNeo Nov 11, 2024
030024e
Document errors implemented in 5.26 (#213)
renetapopova Nov 11, 2024
62745e2
Update message for GQL code 22N82 (#218)
WilcoNeo Nov 12, 2024
2ad7723
remove 22G12 and remake 22N38 (#216)
anderson4j Nov 14, 2024
b6f4902
Add the rest of implemented GQLSTATUS error codes (#220)
NataliaIvakina Nov 19, 2024
715218e
add docs-publish workflow (#221)
recrwplay Nov 21, 2024
bc9b2e2
Use publish-verify script in publish build (#222)
recrwplay Nov 22, 2024
e97a31a
Update status description of 52N05 (#225)
Lojjs Nov 26, 2024
0076963
Clarify situation around the UNION reordering deprecation (#224)
NataliaIvakina Nov 27, 2024
2b83650
GQL framework (#212)
renetapopova Nov 29, 2024
4c9fd33
Add GQL-framework
renetapopova Nov 29, 2024
76b6273
Add Neo.ClientNotification.Statement.RuntimeExperimental to the chang…
renetapopova Nov 29, 2024
58fbb09
Add a warning that parsing status descriptions is not recommended (#228)
renetapopova Nov 29, 2024
6571d3a
Explain error compatibility (#229)
Lojjs Nov 29, 2024
d7ac33b
Apply feedback from review (#230)
renetapopova Dec 4, 2024
a78167b
Merge branch 'dev' into 5.x-release-5.26
NataliaIvakina Dec 9, 2024
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: 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
Loading