Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 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
3 changes: 2 additions & 1 deletion modules/ROOT/pages/errors/gql-errors/22N06.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[role=label--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
3 changes: 2 additions & 1 deletion modules/ROOT/pages/errors/gql-errors/22N51.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
= 22N51
label:new[Changed in 2025.03]

== 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
3 changes: 2 additions & 1 deletion modules/ROOT/pages/errors/gql-errors/25N05.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
= 25N05
label:new[Changed in 2025.03]

== 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
3 changes: 2 additions & 1 deletion modules/ROOT/pages/errors/gql-errors/42N00.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
= 42N00
label:new[Changed in 2025.03]

== 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
3 changes: 2 additions & 1 deletion modules/ROOT/pages/errors/gql-errors/42N08.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
= 42N08
label:new[Changed in 2025.03]

== 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
3 changes: 2 additions & 1 deletion modules/ROOT/pages/errors/gql-errors/42N11.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
= 42N11
label:new[Changed in 2025.03]

== 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
3 changes: 2 additions & 1 deletion modules/ROOT/pages/errors/gql-errors/42N39.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
= 42N39
label:new[Changed in 2025.03]

== 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
3 changes: 2 additions & 1 deletion modules/ROOT/pages/errors/gql-errors/51N12.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
= 51N12
label:new[Changed in 2025.03]

== 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
3 changes: 2 additions & 1 deletion modules/ROOT/pages/errors/gql-errors/51N27.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
= 51N27
label:new[Changed in 2025.03]

== 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
27 changes: 18 additions & 9 deletions modules/ROOT/pages/errors/gql-errors/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,9 @@ Status description:: error: data exception - invalid input value. Invalid input
Status description:: error: data exception - input failed validation. Invalid input `{ <<input>> }` for `{ <<context>> }`.

=== xref:errors/gql-errors/22N06.adoc[22N06]
label:new[Changed in 2025.03]

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 @@ -311,8 +312,9 @@ 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'.

=== xref:errors/gql-errors/22N51.adoc[22N51]
label:new[Changed in 2025.03]

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 @@ -557,8 +559,9 @@ Status description:: error: invalid transaction state - specified transaction do
Transaction `{ <<transactionId>> }` does not exist.

=== xref:errors/gql-errors/25N05.adoc[25N05]
label:new[Changed in 2025.03]

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 @@ -836,8 +839,9 @@ Status description:: info: invalid call signature. The procedure or function `{
Status description:: error: syntax error or access rule violation - no longer valid syntax. `{ <<msg>> }`

=== xref:errors/gql-errors/42N00.adoc[42N00]
label:new[Changed in 2025.03]

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 @@ -868,8 +872,9 @@ 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.

=== xref:errors/gql-errors/42N08.adoc[42N08]
label:new[Changed in 2025.03]

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 @@ -880,8 +885,9 @@ 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.

=== xref:errors/gql-errors/42N11.adoc[42N11]
label:new[Changed in 2025.03]

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 @@ -974,8 +980,9 @@ 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.

=== xref:errors/gql-errors/42N39.adoc[42N39]
label:new[Changed in 2025.03]

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 @@ -1286,8 +1293,9 @@ Status description:: error: system configuration or operation exception - class


=== xref:errors/gql-errors/51N12.adoc[51N12]
label:new[Changed in 2025.03]

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 @@ -1346,8 +1354,9 @@ 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/51N27.adoc[51N27]
label:new[Changed in 2025.03]

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