diff --git a/modules/ROOT/pages/monitoring/logging.adoc b/modules/ROOT/pages/monitoring/logging.adoc index 4f214d50e..984e15502 100644 --- a/modules/ROOT/pages/monitoring/logging.adoc +++ b/modules/ROOT/pages/monitoring/logging.adoc @@ -1238,8 +1238,8 @@ Included when xref:configuration/configuration-settings.adoc#config_db.logs.quer | Metadata attached to the transaction. | failureReason -| Reason for failure. -Included when applicable. +| label:deprecated[Deprecated in 5.25] Reason for failure. +Included when applicable. Replaced by `errorInfo`. | errorInfo | 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 [NOTE] ==== -The default GQLSTATUS code `50N42` is returned when an exception does not have a GQL object. -Starting from Neo4j 5.25, GQL objects are added to exceptions; therefore, you can expect many `50N42` codes. -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. +The default GQLSTATUS code `50N42` is returned when an exception does not have a GQL object. +Starting from Neo4j 5.25, GQL objects are added to exceptions; therefore, you can expect many `50N42` codes. +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. Additionally, GQL codes for external procedures are not yet stable. ====