Skip to content

Commit e819a82

Browse files
committed
remove the note about errors being unstable (neo4j#441)
1 parent 8d72d6b commit e819a82

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

modules/ROOT/pages/errors/index.adoc

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@ Starting from version 5.26, the Neo4j error codes have an additional GQL-status
99
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

12-
[NOTE]
13-
====
14-
The default GQLSTATUS code 50N42 is returned when an exception does not have a GQL-status object.
15-
Starting from Neo4j 5.25, we started adding GQL objects to exceptions.
16-
Therefore, you can expect many 50N42 codes during this transition period.
17-
However, it is important not to rely on this default code, as future Neo4j versions might change it by adding an appropriate GQL object to the exception.
18-
Additionally, GQL codes for external procedures are not yet stable.
19-
====
20-
2112
This page describes the GQL-status and the Neo4j-status object frameworks for errors, their structure, the objects they provide for errors, and how to interpret them.
2213
It also explains the error internals and the server-driver compatibility for both the GQLSTATUS and errors.
2314

0 commit comments

Comments
 (0)