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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1238,8 +1238,8 @@ Included when xref:configuration/configuration-settings.adoc#config_db.logs.quer
1238
1238
| Metadata attached to the transaction.
1239
1239
1240
1240
| failureReason
1241
-
| Reason for failure.
1242
-
Included when applicable.
1241
+
| label:deprecated[Deprecated in 5.25] Reason for failure.
1242
+
Included when applicable. Replaced by `errorInfo`.
1243
1243
1244
1244
| errorInfo
1245
1245
| label:new[Introduced in 5.25] GQL error information as a JSON object.
@@ -1294,9 +1294,9 @@ The query log includes the GQL error information under the JSON object `errorInf
1294
1294
1295
1295
[NOTE]
1296
1296
====
1297
-
The default GQLSTATUS code `50N42` is returned when an exception does not have a GQL object.
1298
-
Starting from Neo4j 5.25, GQL objects are added to exceptions; therefore, you can expect many `50N42` codes.
1299
-
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.
1297
+
The default GQLSTATUS code `50N42` is returned when an exception does not have a GQL object.
1298
+
Starting from Neo4j 5.25, GQL objects are added to exceptions; therefore, you can expect many `50N42` codes.
1299
+
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.
1300
1300
Additionally, GQL codes for external procedures are not yet stable.
0 commit comments