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.adoc
+34-2Lines changed: 34 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ Status description:: error: connection exception - database unavailable. The dat
73
73
74
74
=== 08N10
75
75
76
-
Status description:: error: connection exception - invalid server state. The server is not in a state that can process a message of type: `{ $boltMsgType }`.
76
+
Status description:: error: connection exception - invalid server state. Message `{ $msg }` cannot be handled by session in the `{ $boltServerState }` state.
77
77
78
78
=== 08N11
79
79
@@ -95,6 +95,18 @@ Status description:: error: connection exception - alias chains are not permitte
95
95
96
96
Status description:: error: connection exception - no such routing policy. Policy definition of the routing policy `{ $routingPolicy }` could not be found. Verify that the spelling is correct.
97
97
98
+
=== 08N16
99
+
100
+
Status description:: error: connection exception - general driver client error. Remote execution failed with message `{ $msg }`.
101
+
102
+
=== 08N17
103
+
104
+
Status description:: error: connection exception - general driver transient error. Remote execution failed with message `{ $msg }`.
105
+
106
+
=== 08N18
107
+
108
+
Status description:: error: connection exception - general driver database error. Remote execution failed with message `{ $msg }`.
109
+
98
110
== Data exceptions
99
111
100
112
Database exceptions occur when a client request contains the wrong format, types, or other unsupported input.
@@ -221,7 +233,7 @@ Status description:: error: data exception - unsupported rounding mode. Unknown
221
233
222
234
=== 22N27
223
235
224
-
Status description:: error: data exception - invalid entity type. Invalid input `{ $input }` for `{ $variable }`. Expected to be `{ $valueTypeList }`.
236
+
Status description:: error: data exception - invalid entity type. Invalid input `{ $input }` for `{ $context }`. Expected to be `{ $valueTypeList }`.
225
237
226
238
// === 22N28
227
239
@@ -535,6 +547,10 @@ Status description:: error: data exception - parsing JSON failure. Underlying er
535
547
536
548
// Status description:: error: data exception - invalid property based access control rule involving WHERE and IS NULL. The property value access rule pattern `{ $pred }` always evaluates to 'NULL'. Use `WHERE' syntax in combination with `IS NULL` instead.
537
549
550
+
=== 22NB1
551
+
552
+
Status description:: error: data exception - type mismatch. Type mismatch: expected to be `{ $valueTypeList }` but was `{ $input }`.
553
+
538
554
// === 22NFF
539
555
540
556
// Status description:: error: data exception - referent does not exist. The referent of the specified reference does not exist.
@@ -957,6 +973,10 @@ Status description:: error: general processing exception - internal error. Inter
957
973
958
974
Status description:: error: general processing exception - deadlock detected. Deadlock detected while trying to acquire locks. See log for more details.
959
975
976
+
== 50N06
977
+
978
+
Status description:: error: general processing exception - remote execution client error. Remote execution failed. See cause for more details.
979
+
960
980
=== 50N07
961
981
962
982
Status description:: error: general processing exception - execution failed. Execution failed. See cause and debug log for details.
@@ -974,6 +994,14 @@ Status description:: error: general processing exception - constraint creation f
974
994
975
995
Status description:: error: general processing exception - constraint drop failed. Unable to drop `{ $constrDescrOrName }`.
976
996
997
+
== 50N16
998
+
999
+
Status description:: error: general processing exception - remote execution transient error. Remote execution failed. See cause for more details.
1000
+
1001
+
== 50N17
1002
+
1003
+
Status description:: error: general processing exception - remote execution database error. Remote execution failed. See cause for more details.
1004
+
977
1005
=== 50N42
978
1006
979
1007
Status description:: error: general processing exception - unexpected error. Unexpected error has occurred. See debug log for details.
@@ -1243,6 +1271,10 @@ Status description:: error: system configuration or operation exception - system
1243
1271
1244
1272
Status description:: error: system configuration or operation exception - bolt is not enabled. Cannot get routing table for `{ $db }` because Bolt is not enabled. Please update your configuration such that 'server.bolt.enabled' is set to true.
1245
1273
1274
+
=== 51N71
1275
+
1276
+
Status description:: error: system configuration or operation exception - unsupported operation of a sharded database. Feature: `{ $feat }` is not available in a sharded database.
1277
+
1246
1278
== Procedure exception
1247
1279
1248
1280
Procedure exceptions occur when there is an error in executing a procedure, such as when the procedure execution fails due to a client error, when the procedure cannot be invoked on a primary, when the number of arguments to checkConnectivity is invalid, etc.
0 commit comments