Skip to content

Commit 2c1cb46

Browse files
authored
remove the note about errors being unstable (#441)
1 parent ba31e6d commit 2c1cb46

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

modules/ROOT/pages/errors/gql-errors/50N42.adoc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@
33
== Status description
44
error: general processing exception - unexpected error. Unexpected error has occurred. See debug log for details.
55

6-
[NOTE]
7-
====
8-
50N42 is the default GQLSTATUS code for exceptions without a GQL object.
9-
For more information, see link:https://neo4j.com/docs/operations-manual/current/monitoring/logging/#_use_json_format_for_the_query_log[Operations Manual -> Use JSON format for the query log].
10-
====
11-
12-
13-
146
ifndef::backend-pdf[]
157
[discrete.glossary]
168
== Glossary

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)