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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1508,6 +1508,10 @@ Status description:: error: syntax error or access rule violation - system datab
1508
1508
1509
1509
Status description:: error: syntax error or access rule violation - incorrectly formatted graph reference. Incorrectly formatted graph reference `{ <<input>> }`. Expected a single quoted or unquoted identifier. Separate name parts should not be quoted individually.
1510
1510
1511
+
=== xref:errors/gql-errors/42NAC.adoc[42NAC]
1512
+
1513
+
Status description:: error: syntax error or access rule violation - invalid CREATE DATABASE statement. The backup metadata script contains an invalid or missing CREATE DATABASE statement. The metadata script must contain exactly one CREATE DATABASE statement and it must use the parameter $database.
1514
+
1511
1515
=== xref:errors/gql-errors/42NFC.adoc[42NFC]
1512
1516
1513
1517
Status description:: error: syntax error or access rule violation - auth info validation error. Authentication and/or authorization could not be validated. See security logs for details.
@@ -1602,6 +1606,10 @@ Status description:: error: general processing exception - no such schema descri
1602
1606
1603
1607
Status description:: error: general processing exception - transaction retry aborted. Transaction retry aborted after `{ <<count>> }` attempts. Retry timed out with a maximum retry duration of `{ <<timeAmount>> }` `{ <<timeUnit>> }`.
1604
1608
1609
+
==== xref:errors/gql-errors/50N26.adoc[50N26]
1610
+
1611
+
Status description:: error: general processing exception - invalid backup metadata script. The backup metadata script contains invalid syntax.
1612
+
1605
1613
=== xref:errors/gql-errors/50N42.adoc[50N42]
1606
1614
1607
1615
Status description:: error: general processing exception - unexpected error. Unexpected error has occurred. See debug log for details.
@@ -1918,6 +1926,9 @@ Status description:: error: system configuration or operation exception - upgrad
1918
1926
1919
1927
Status description:: error: system configuration or operation exception - not supported in this store format. `{ <<feat>> }` is not supported in `{ <<storeFormat>> }` store format.
1920
1928
1929
+
=== xref:errors/gql-errors/51N7A.adoc[51N7A]
1930
+
1931
+
Status description:: error: system configuration or operation exception - no admin user candidate. No admin user candidate could be found. Please use `neo4j-admin dbms set-default-admin` to select a valid admin.
0 commit comments