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
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1508,9 +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
+
[role=label--new-2025.11]
1511
1512
=== xref:errors/gql-errors/42NAC.adoc[42NAC]
1512
1513
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
+
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
1515
1515
1516
=== xref:errors/gql-errors/42NFC.adoc[42NFC]
1516
1517
@@ -1606,7 +1607,8 @@ Status description:: error: general processing exception - no such schema descri
1606
1607
1607
1608
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>> }`.
1608
1609
1609
-
==== xref:errors/gql-errors/50N26.adoc[50N26]
1610
+
[role=label--new-2025.11]
1611
+
=== xref:errors/gql-errors/50N26.adoc[50N26]
1610
1612
1611
1613
Status description:: error: general processing exception - invalid backup metadata script. The backup metadata script contains invalid syntax.
1612
1614
@@ -1926,9 +1928,11 @@ Status description:: error: system configuration or operation exception - upgrad
1926
1928
1927
1929
Status description:: error: system configuration or operation exception - not supported in this store format. `{ <<feat>> }` is not supported in `{ <<storeFormat>> }` store format.
1928
1930
1931
+
[role=label--new-2025.11]
1929
1932
=== xref:errors/gql-errors/51N7A.adoc[51N7A]
1930
1933
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.
1934
+
Status description:: error: system configuration or operation exception - no admin user candidate. No admin user candidate is found. Use `neo4j-admin dbms set-default-admin` to select a valid admin.
0 commit comments