Skip to content

Commit

Permalink
apply suggestions from review
Browse files Browse the repository at this point in the history
  • Loading branch information
renetapopova committed Nov 29, 2024
1 parent 4f63dfd commit 18db250
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/errors/all-errors.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[[neo4j-errors]]
= List of Neo4j error codes

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

Error codes are returned by the server when the execution of a query fails.
They always have the severity level `ERROR`.
Expand Down
5 changes: 4 additions & 1 deletion modules/ROOT/pages/errors/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The Neo4j DBMS returns a server error to indicate that the outcome of a Cypher q
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.

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].
This additional GQL-status object is also displayed in the query log from Neo4j 5.25.
This additional GQL-status object is also displayed in the query log from Neo4j 5.25 onwards.
For more information, see link:https://neo4j.com/docs/operations-manual/current/monitoring/logging/#gql-error-information[Operations Manual -> GQL error information].

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

// | Database configuration errors
// | Something a DBA can fix
// | Rollback
|===

[[error-internals]]
Expand Down

0 comments on commit 18db250

Please sign in to comment.