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/errors/gql-errors/index.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,8 @@ Please note that while GQLSTATUS codes remain stable (any changes to them will b
12
12
For this reason, parsing the status descriptions or incorporating them into scripts is not recommended.
13
13
====
14
14
15
-
[[connection-exception]]
16
-
== Connection exception
15
+
[[connection-exceptions]]
16
+
== Connection exceptions
17
17
18
18
Connection exceptions occur when the client (e.g. Browser/Bloom/Cypher Shell) is unable to connect to the server for various reasons such as network issues, server-side routing being disabled, or the database being unavailable, etc.
19
19
@@ -1963,8 +1963,8 @@ Status description:: error: function exception - function execution error. Execu
1963
1963
1964
1964
Status description:: error: function exception - custom function execution error cause. Execution of the function `{ <<fun>> }` failed due to `{ <<msgTitle>> }`: `{ <<msg>> }`.
0 commit comments