Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 6 additions & 0 deletions modules/ROOT/pages/errors/gql-errors.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
The following page provides an overview of all GQLSTATUS server error codes in Neo4j.
All errors in Neo4j have severity level `ERROR`.

[WARNING]
====
Please note that while GQLSTATUS codes remain stable, the status descriptions associated with these codes may change over time.
For this reason, parsing the status descriptions or incorporating them into scripts is not recommended.
====

== Connection exceptions

Connection exceptions occur when the client (e.g. Browser/Bloom/Cypher Shell) is unable to connect to the server for various reasons such as network issues, server-side routing being disabled, or the database being unavailable, etc.
Expand Down
5 changes: 5 additions & 0 deletions modules/ROOT/pages/notifications/all-notifications.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ The following page provides an overview of all notifications in Neo4j, including
* <<_schema_notifications, `SCHEMA` notifications>>
* <<_generic, `GENERIC` notifications>>

[WARNING]
====
Please note that while GQLSTATUS codes remain stable, the status descriptions associated with these codes may change over time.
For this reason, parsing the status descriptions or incorporating them into scripts is not recommended.
====

[#_performance_notifications]
== `PERFORMANCE` notifications
Expand Down