Skip to content

Commit b5adada

Browse files
authored
Add status code 42NA8 and 42NA9 (#232)
1 parent d7ac33b commit b5adada

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1035,6 +1035,14 @@ Status description:: info: invalid alias target. Aliases are not allowed to targ
10351035

10361036
Status description:: info: referenced database not found. No database is corresponding to `{ $db }`. Verify that the elementId is correct.
10371037

1038+
=== 42NA8
1039+
1040+
Status description:: error: syntax error or access rule violation - invalid reference in command. Invalid reference in command `{ $cmd }`.
1041+
1042+
=== 42NA9
1043+
1044+
Status description:: error: syntax error or access rule violation - system database procedure rules. The system database supports a restricted set of Cypher clauses. The supported clause structure for procedure calls is: 'CALL', 'YIELD', 'RETURN'. 'YIELD' and 'RETURN' clauses are optional. The order of the clauses is fixed and each can only occur once.
1045+
10381046
=== 42NFD
10391047

10401048
Status description:: error: syntax error or access rule violation - credentials expired. Permission denied. The credentials you provided were valid, but must be changed before you can use this instance.

0 commit comments

Comments
 (0)