Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions modules/ROOT/pages/errors/gql-errors/22N06.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
= 22N06

[role=label--changed-2025.03]
== Status description
error: data exception - required input missing. Invalid input. `{ <<inputList>> }` needs to be specified.

Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/pages/errors/gql-errors/22N51.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
= 22N51

[role=label--changed-2025.03]
== Status description
error: data exception - graph reference not found. A graph reference with the name `{ <<db>> }` was not found. Verify that the spelling is correct.

Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/pages/errors/gql-errors/22N69.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
= 22N69

[role=label--changed-2025.07]
== Status description
error: data exception - index does not exist. The index `{ <<idxDescrOrName>> }` does not exist.

Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/pages/errors/gql-errors/22N71.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
= 22N71

[role=label--changed-2025.07]
== Status description
error: data exception - duplicated index name. An index with the same name already exists: `{ <<idx>> }`.

Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/pages/errors/gql-errors/22N90.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
= 22N90

[role=label--changed-2025.05]
== Status description
error: data exception - property type unsupported in constraint. `{ <<valueType>> }` is not supported in property type constraints.

Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/pages/errors/gql-errors/25N05.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
= 25N05

[role=label--changed-2025.03]
== Status description
error: invalid transaction state - transaction closed. Transaction has been closed.

Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/pages/errors/gql-errors/2DN01.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
= 2DN01

[role=label--changed-2025.04]
== Status description
error: invalid transaction termination - commit failed. Failed to commit transaction.

Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/pages/errors/gql-errors/42N00.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
= 42N00

[role=label--changed-2025.03]
== Status description
error: syntax error or access rule violation - graph reference not found. A graph reference with the name `{ <<db>> }` was not found. Verify that the spelling is correct.

Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/pages/errors/gql-errors/42N08.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
= 42N08

+[role=label--changed-2025.03]
== Status description
error: syntax error or access rule violation - no such procedure. The procedure `{ <<procFun>> }` was not found. Verify that the spelling is correct.

Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/pages/errors/gql-errors/42N11.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
= 42N11

[role=label--changed-2025.05]
== Status description
error: syntax error or access rule violation - graph reference already exists. A graph reference with the name `{ <<dbList>> }` already exists.

Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/pages/errors/gql-errors/42N39.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
= 42N39

[role=label--changed-2025.03]
== Status description
error: syntax error or access rule violation - incompatible return column names. All `{ <<context>> }` must have the same return column names. Use `AS` to ensure columns have the same name.

Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/pages/errors/gql-errors/51N12.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
= 51N12

[role=label--changed-2025.03]
== Status description
error: system configuration or operation exception - class not void. The procedure `{ <<proc>> }` has zero return columns and must be defined as void.

Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/pages/errors/gql-errors/51N27.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
= 51N27

[role=label--changed-2025.03]
== Status description

error: system configuration or operation exception - not supported in this edition. `{ <<feat>> }` is not supported in `{ <<edition>> }`.
Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/pages/errors/gql-errors/51N31.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
= 51N31

[role=label--changed-2025.06]
== Status description

error: system configuration or operation exception - not supported. `{ <<feat>> }` is not supported in `{ <<context>> }`.
Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/pages/errors/gql-errors/51N52.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
= 51N52

[role=label--changed-2025.07]
== Status description
error: system configuration or operation exception - number of primaries out of range. Cannot `{ <<action>> }` database topology. Number of primaries `{ <<count>> }` needs to be at least 1 and may not exceed `{ <<upper>> }`.

Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/pages/errors/gql-errors/51N53.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
= 51N53

[role=label--changed-2025.07]
== Status description
error: system configuration or operation exception - number of secondaries out of range. Cannot `{ <<action>> }` database topology. Number of secondaries `{ <<count>> }` needs to be at least 0 and may not exceed `{ <<upper>> }`.

Expand Down