From 58fbb09a3f7bfafd47f8223b66460f9975850aaa Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Fri, 29 Nov 2024 15:00:45 +0000 Subject: [PATCH] Add a warning that parsing status descriptions is not recommended (#228) Co-authored-by: Louise Berglund --- modules/ROOT/pages/errors/gql-errors.adoc | 6 ++++++ modules/ROOT/pages/notifications/all-notifications.adoc | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/modules/ROOT/pages/errors/gql-errors.adoc b/modules/ROOT/pages/errors/gql-errors.adoc index 2a56cc7..6e81035 100644 --- a/modules/ROOT/pages/errors/gql-errors.adoc +++ b/modules/ROOT/pages/errors/gql-errors.adoc @@ -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. diff --git a/modules/ROOT/pages/notifications/all-notifications.adoc b/modules/ROOT/pages/notifications/all-notifications.adoc index 7124837..09f1401 100644 --- a/modules/ROOT/pages/notifications/all-notifications.adoc +++ b/modules/ROOT/pages/notifications/all-notifications.adoc @@ -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