From 9623af3dc524b3fdfa6e25b142b1661785073753 Mon Sep 17 00:00:00 2001 From: Therese Magnusson Date: Fri, 6 Dec 2024 10:36:46 +0100 Subject: [PATCH 1/2] Add status code 42NA9 --- modules/ROOT/pages/errors/gql-errors.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/ROOT/pages/errors/gql-errors.adoc b/modules/ROOT/pages/errors/gql-errors.adoc index 6fd6411b..5b0f47ec 100644 --- a/modules/ROOT/pages/errors/gql-errors.adoc +++ b/modules/ROOT/pages/errors/gql-errors.adoc @@ -1035,6 +1035,10 @@ Status description:: info: invalid alias target. Aliases are not allowed to targ Status description:: info: referenced database not found. No database is corresponding to `{ $db }`. Verify that the elementId is correct. +=== 42NA9 + +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. + === 42NFD 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. From 1ac53a51e608fbb49f817b2f6d875378f78400a4 Mon Sep 17 00:00:00 2001 From: Therese Magnusson Date: Fri, 6 Dec 2024 10:42:31 +0100 Subject: [PATCH 2/2] Add status code 42NA8 as I noticed it hadn't been added either --- modules/ROOT/pages/errors/gql-errors.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/ROOT/pages/errors/gql-errors.adoc b/modules/ROOT/pages/errors/gql-errors.adoc index 5b0f47ec..47c77048 100644 --- a/modules/ROOT/pages/errors/gql-errors.adoc +++ b/modules/ROOT/pages/errors/gql-errors.adoc @@ -1035,6 +1035,10 @@ Status description:: info: invalid alias target. Aliases are not allowed to targ Status description:: info: referenced database not found. No database is corresponding to `{ $db }`. Verify that the elementId is correct. +=== 42NA8 + +Status description:: error: syntax error or access rule violation - invalid reference in command. Invalid reference in command `{ $cmd }`. + === 42NA9 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.