You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/monitoring/logging.adoc
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1300,9 +1300,10 @@ The query log includes the GQL error information under the JSON object `errorInf
1300
1300
1301
1301
[NOTE]
1302
1302
====
1303
-
The default GQLSTATUS code `50N42` is returned when an exception does not have a GQL object.
1304
-
Starting from Neo4j 5.25, GQL objects are added to exceptions; therefore, you can expect many `50N42` codes.
1305
-
However, it's important not to rely on this default code, as future Neo4j versions might change it by adding an appropriate GQL object to the exception.
1303
+
The default GQLSTATUS code 50N42 is returned when an exception does not have a GQL-status object.
1304
+
Starting from Neo4j 5.25, we started adding GQL objects to exceptions.
1305
+
Therefore, you can expect many 50N42 codes during this transition period.
1306
+
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.
1306
1307
Additionally, GQL codes for external procedures are not yet stable.
0 commit comments