Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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/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>> }` does not exist. 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
1 change: 1 addition & 0 deletions modules/ROOT/pages/errors/gql-errors/42I13.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
= 42I13
label:new[Changed in 2025.03]

== Status description
error: syntax error or access rule violation - invalid number of procedure or function arguments. The procedure or function call does not provide the required number of arguments; expected `{ <<count>>1 }` but got `{ $count2 }`. The procedure or function `{ <<procFun>> }` has the signature: `{ <<sig>> }`.
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. The database `{ <<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/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 columns. All `{<<context>>}` in a UNION clause must have the same return column names.

ifndef::backend-pdf[]
[discrete.glossary]
Expand Down
18 changes: 12 additions & 6 deletions modules/ROOT/pages/errors/gql-errors/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,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>> }` does not exist. Verify that the spelling is correct.

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

Expand Down Expand Up @@ -557,8 +558,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 @@ -728,8 +730,9 @@ Status description:: error: syntax error or access rule violation - invalid name
Status description:: error: syntax error or access rule violation - invalid nesting of quantified path patterns. Quantified path patterns cannot be nested.

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

Status description:: error: syntax error or access rule violation - invalid number of procedure or function arguments. The procedure or function call does not provide the required number of arguments; expected `{ <<count>>1 }` but got `{ $count2 }`. The procedure or function `{ <<procFun>> }` has the signature: `{ <<sig>> }`.
Status description:: error: syntax error or access rule violation - invalid number of procedure or function arguments. The procedure or function call does not provide the required number of arguments; expected `{ <<count1>> }` but got `{ <<count2>> }`. The procedure or function `{ <<procFun>> }` has the signature: `{ <<sig>> }`.

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

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. The database `{ <<db>> }` was not found. Verify that the spelling is correct.

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

Expand Down Expand Up @@ -880,8 +884,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 +979,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 columns. All `{<<context>>}` in a UNION clause must have the same return column names.

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

Expand Down