Skip to content

Commit 18db250

Browse files
committed
apply suggestions from review
1 parent 4f63dfd commit 18db250

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

modules/ROOT/pages/errors/all-errors.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[[neo4j-errors]]
55
= List of Neo4j error codes
66

7-
This page lists the current Neo4j error codes, which will be replaced by xref:errors/gql-errors.adoc[GQLSTATUS error codes] in the future.
7+
This page lists the current Neo4j error codes, which which are returned along side xref:errors/gql-errors.adoc[GQLSTATUS error codes].
88

99
Error codes are returned by the server when the execution of a query fails.
1010
They always have the severity level `ERROR`.

modules/ROOT/pages/errors/index.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Neo4j DBMS returns a server error to indicate that the outcome of a Cypher q
66
The driver receives these erors and sends them to the Neo4j tools (e.g. Browser, Bloom, Cypher Shell) or the user application, which display them to the user.
77

88
Starting from version 5.26, the Neo4j error codes have an additional GQL-status object along with the Neo4j exception that provides information about the status of a Cypher query or command execution in compliance with the link:https://www.iso.org/standard/76120.html[ISO/IEC 39075:2024(en) - Information technology - Database languages - GQL Standard].
9-
This additional GQL-status object is also displayed in the query log from Neo4j 5.25.
9+
This additional GQL-status object is also displayed in the query log from Neo4j 5.25 onwards.
1010
For more information, see link:https://neo4j.com/docs/operations-manual/current/monitoring/logging/#gql-error-information[Operations Manual -> GQL error information].
1111

1212
[NOTE]
@@ -160,6 +160,9 @@ Neo4j codes have the prefix `Neo.TransientError`, while the GQLSTATUS codes have
160160
Neo4j codes have the prefix `Neo.DatabaseError`, while the GQLSTATUS codes have `ErrorClassification` of type `DATABASE_ERROR`.
161161
| Rollback
162162

163+
// | Database configuration errors
164+
// | Something a DBA can fix
165+
// | Rollback
163166
|===
164167

165168
[[error-internals]]

0 commit comments

Comments
 (0)