Skip to content

Commit a9ab164

Browse files
WilcoNeoLojjs
andauthored
Update some GQL messages (#217)
Co-authored-by: Louise Berglund <[email protected]>
1 parent b106341 commit a9ab164

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

modules/ROOT/pages/errors/gql-errors.adoc

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Status description:: error: connection exception - database unavailable. The dat
7373

7474
=== 08N10
7575

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.
7777

7878
=== 08N11
7979

@@ -95,6 +95,18 @@ Status description:: error: connection exception - alias chains are not permitte
9595

9696
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.
9797

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+
98110
== Data exceptions
99111

100112
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
221233

222234
=== 22N27
223235

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 }`.
225237

226238
// === 22N28
227239

@@ -535,6 +547,10 @@ Status description:: error: data exception - parsing JSON failure. Underlying er
535547

536548
// 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.
537549

550+
=== 22NB1
551+
552+
Status description:: error: data exception - type mismatch. Type mismatch: expected to be `{ $valueTypeList }` but was `{ $input }`.
553+
538554
// === 22NFF
539555

540556
// 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
957973

958974
Status description:: error: general processing exception - deadlock detected. Deadlock detected while trying to acquire locks. See log for more details.
959975

976+
== 50N06
977+
978+
Status description:: error: general processing exception - remote execution client error. Remote execution failed. See cause for more details.
979+
960980
=== 50N07
961981

962982
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
974994

975995
Status description:: error: general processing exception - constraint drop failed. Unable to drop `{ $constrDescrOrName }`.
976996

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+
9771005
=== 50N42
9781006

9791007
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
12431271

12441272
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.
12451273

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+
12461278
== Procedure exception
12471279

12481280
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

Comments
 (0)