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
4 changes: 3 additions & 1 deletion modules/ROOT/pages/errors/gql-errors/22N06.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
:page-role: changed-2025.03

= 22N06

== Status description
error: data exception - empty input string. Invalid input. `{ <<option>> }` needs to be specified.
error: data exception - required input missing. Invalid input. `{ <<inputList>> }` needs to be specified.


ifndef::backend-pdf[]
Expand Down
4 changes: 3 additions & 1 deletion modules/ROOT/pages/errors/gql-errors/22N51.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
:page-role: changed-2025.03

= 22N51

== Status description
error: data exception - database or alias does not exist. A [composite] database or alias with the name `{ <<db>> }` does not exist. Verify that the spelling is correct.
error: data exception - graph reference not found. A graph reference with the name `{ <<db>> }` was not found. Verify that the spelling is correct.


ifndef::backend-pdf[]
Expand Down
4 changes: 3 additions & 1 deletion modules/ROOT/pages/errors/gql-errors/25N05.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
:page-role: changed-2025.03

= 25N05

== Status description
error: invalid transaction state - transaction terminated or closed. The transaction has been terminated or closed.
error: invalid transaction state - transaction closed. Transaction has been closed.

ifndef::backend-pdf[]
[discrete.glossary]
Expand Down
4 changes: 3 additions & 1 deletion modules/ROOT/pages/errors/gql-errors/42N00.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
:page-role: changed-2025.03

= 42N00

== Status description
error: syntax error or access rule violation - no such database. The database `{ <<db>> }` was not found. Verify that the spelling is correct.
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.

ifndef::backend-pdf[]
[discrete.glossary]
Expand Down
4 changes: 3 additions & 1 deletion modules/ROOT/pages/errors/gql-errors/42N08.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
:page-role: changed-2025.03

= 42N08

== Status description
error: syntax error or access rule violation - no such procedure or function. The procedure or function `{ <<procFun>> }` was not registered for this database instance. Verify that the spelling is correct.
error: syntax error or access rule violation - no such procedure. The procedure `{ <<procFun>> }` was not found. Verify that the spelling is correct.

ifndef::backend-pdf[]
[discrete.glossary]
Expand Down
4 changes: 3 additions & 1 deletion modules/ROOT/pages/errors/gql-errors/42N11.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
:page-role: changed-2025.03

= 42N11

== Status description
error: syntax error or access rule violation - database or alias already exists. A `[composite]` database or alias with the name `{ <<db>> }` already exists.
error: syntax error or access rule violation - graph reference already exists. A graph reference with the name `{ <<db>> }` already exists.

ifndef::backend-pdf[]
[discrete.glossary]
Expand Down
4 changes: 3 additions & 1 deletion modules/ROOT/pages/errors/gql-errors/42N39.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
:page-role: changed-2025.03

= 42N39

== Status description
error: syntax error or access rule violation - incompatible return columns. All subqueries in a `UNION` clause must have the same return column names.
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.

ifndef::backend-pdf[]
[discrete.glossary]
Expand Down
4 changes: 3 additions & 1 deletion modules/ROOT/pages/errors/gql-errors/51N12.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
:page-role: changed-2025.03

= 51N12

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

ifndef::backend-pdf[]
[discrete.glossary]
Expand Down
4 changes: 3 additions & 1 deletion modules/ROOT/pages/errors/gql-errors/51N27.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
:page-role: changed-2025.03

= 51N27

== Status description

error: system configuration or operation exception - not supported in this edition. `{ <<component>> }` is not supported in `{ <<edition>> }`.
error: system configuration or operation exception - not supported in this edition. `{ <<feat>> }` is not supported in `{ <<edition>> }`.

== Explanation

Expand Down
28 changes: 19 additions & 9 deletions modules/ROOT/pages/errors/gql-errors/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,10 @@ Status description:: error: data exception - invalid input value. Invalid input

Status description:: error: data exception - input failed validation. Invalid input `{ <<input>> }` for `{ <<context>> }`.

[role=label--changed-2025.03]
=== xref:errors/gql-errors/22N06.adoc[22N06]

Status description:: error: data exception - empty input string. Invalid input. `{ <<option>> }` needs to be specified.
Status description:: error: data exception - required input missing. Invalid input. `{ <<inputList>> }` needs to be specified.

=== xref:errors/gql-errors/22N07.adoc[22N07]

Expand Down Expand Up @@ -326,9 +327,10 @@ Status description:: error: data exception - unable to use specified runtime. Ca

Status description:: error: data exception - CSV buffer size overflow. Cannot read a CSV field larger than the set buffer size. Ensure the field does not have an unterminated quote, or increase the buffer size via `dbms.import.csv.buffer_size`.

[role=label--changed-2025.03]
=== xref:errors/gql-errors/22N51.adoc[22N51]

Status description:: error: data exception - database or alias does not exist. A [composite] database or alias with the name `{ <<db>> }` does not exist. Verify that the spelling is correct.
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.

=== xref:errors/gql-errors/22N52.adoc[22N52]

Expand Down Expand Up @@ -592,9 +594,10 @@ Status description:: error: invalid transaction state - concurrent access violat
Status description:: error: invalid transaction state - specified transaction does not exist.
Transaction `{ <<transactionId>> }` does not exist.

[role=label--changed-2025.03]
=== xref:errors/gql-errors/25N05.adoc[25N05]

Status description:: error: invalid transaction state - transaction terminated or closed. The transaction has been terminated or closed.
Status description:: error: invalid transaction state - transaction closed. Transaction has been closed.

=== xref:errors/gql-errors/25N06.adoc[25N06]

Expand Down Expand Up @@ -931,9 +934,10 @@ Status description:: info: invalid call signature. The procedure or function `{

Status description:: error: syntax error or access rule violation - no longer valid syntax. `{ <<msg>> }`

[role=label--changed-2025.03]
=== xref:errors/gql-errors/42N00.adoc[42N00]

Status description:: error: syntax error or access rule violation - no such database. The database `{ <<db>> }` was not found. Verify that the spelling is correct.
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.

=== xref:errors/gql-errors/42N01.adoc[42N01]

Expand Down Expand Up @@ -963,9 +967,10 @@ Status description:: error: syntax error or access rule violation - unsupported

Status description:: error: syntax error or access rule violation - variable shadowing. The variable `{ <<variable>> }` is shadowing a variable with the same name from the outer scope and needs to be renamed.

[role=label--changed-2025.03]
=== xref:errors/gql-errors/42N08.adoc[42N08]

Status description:: error: syntax error or access rule violation - no such procedure or function. The procedure or function `{ <<procFun>> }` was not registered for this database instance. Verify that the spelling is correct.
Status description:: error: syntax error or access rule violation - no such procedure. The procedure `{ <<procFun>> }` was not found. Verify that the spelling is correct.

=== xref:errors/gql-errors/42N09.adoc[42N09]

Expand All @@ -975,9 +980,10 @@ Status description:: error: syntax error or access rule violation - no such user

Status description:: error: syntax error or access rule violation - no such role. A role with the name `{ <<role>> }` was not found. Verify that the spelling is correct.

[role=label--changed-2025.03]
=== xref:errors/gql-errors/42N11.adoc[42N11]

Status description:: error: syntax error or access rule violation - database or alias already exists. A `[composite]` database or alias with the name `{ <<db>> }` already exists.
Status description:: error: syntax error or access rule violation - graph reference already exists. A graph reference with the name `{ <<db>> }` already exists.

=== xref:errors/gql-errors/42N12.adoc[42N12]

Expand Down Expand Up @@ -1073,9 +1079,10 @@ Status description:: error: syntax error or access rule violation - invalid use

Status description:: error: syntax error or access rule violation - duplicate return item name. Return items must have unique names.

[role=label--changed-2025.03]
=== xref:errors/gql-errors/42N39.adoc[42N39]

Status description:: error: syntax error or access rule violation - incompatible return columns. All subqueries in a `UNION` clause must have the same return column names.
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.

=== xref:errors/gql-errors/42N40.adoc[42N40]

Expand Down Expand Up @@ -1425,9 +1432,10 @@ Status description:: error: system configuration or operation exception - aggreg
Status description:: error: system configuration or operation exception - class not public. The class `{ <<procClass>> }` must be public.


[role=label--changed-2025.03]
=== xref:errors/gql-errors/51N12.adoc[51N12]

Status description:: error: system configuration or operation exception - class not void. The procedure `{ <<proc>> }` has zero output fields and must be defined as void.
Status description:: error: system configuration or operation exception - class not void. The procedure `{ <<proc>> }` has zero return columns and must be defined as void.


=== xref:errors/gql-errors/51N13.adoc[51N13]
Expand Down Expand Up @@ -1485,13 +1493,15 @@ Status description:: error: system configuration or operation exception - insuff

Status description:: error: system configuration or operation exception - database is busy. Cannot compile query due to excessive updates to indexes and constraints.


=== xref:errors/gql-errors/51N26.adoc[51N26]

Status description:: error: system configuration or operation exception - not supported in this version. `{ <<item>> }` is not available. This implementation of Cypher does not support `{ <<feat>> }`.

[role=label--changed-2025.03]
=== xref:errors/gql-errors/51N27.adoc[51N27]

Status description:: error: system configuration or operation exception - not supported in this edition. `{ <<component>> }` is not supported in `{ <<edition>> }`.
Status description:: error: system configuration or operation exception - not supported in this edition. `{ <<feat>> }` is not supported in `{ <<edition>> }`.

=== xref:errors/gql-errors/51N28.adoc[51N28]

Expand Down