Skip to content

Commit 7edd9c9

Browse files
NataliaIvakinaLojjsrenetapopova
authored
Update conditions and messages of 22N51, 42N00, 42N11, 25N05, 42N39, 22N06, 42N08, 51N12, 51N27 (#282)
Co-authored-by: Louise Berglund <[email protected]> Co-authored-by: Reneta Popova <[email protected]>
1 parent 8c72b5d commit 7edd9c9

File tree

10 files changed

+46
-18
lines changed

10 files changed

+46
-18
lines changed

modules/ROOT/pages/errors/gql-errors/22N06.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
:page-role: changed-2025.03
2+
13
= 22N06
24

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

68

79
ifndef::backend-pdf[]

modules/ROOT/pages/errors/gql-errors/22N51.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
:page-role: changed-2025.03
2+
13
= 22N51
24

35
== Status description
4-
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.
6+
error: data exception - graph reference not found. A graph reference with the name `{ <<db>> }` was not found. Verify that the spelling is correct.
57

68

79
ifndef::backend-pdf[]

modules/ROOT/pages/errors/gql-errors/25N05.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
:page-role: changed-2025.03
2+
13
= 25N05
24

35
== Status description
4-
error: invalid transaction state - transaction terminated or closed. The transaction has been terminated or closed.
6+
error: invalid transaction state - transaction closed. Transaction has been closed.
57

68
ifndef::backend-pdf[]
79
[discrete.glossary]

modules/ROOT/pages/errors/gql-errors/42N00.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
:page-role: changed-2025.03
2+
13
= 42N00
24

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

68
ifndef::backend-pdf[]
79
[discrete.glossary]

modules/ROOT/pages/errors/gql-errors/42N08.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
:page-role: changed-2025.03
2+
13
= 42N08
24

35
== Status description
4-
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.
6+
error: syntax error or access rule violation - no such procedure. The procedure `{ <<procFun>> }` was not found. Verify that the spelling is correct.
57

68
ifndef::backend-pdf[]
79
[discrete.glossary]

modules/ROOT/pages/errors/gql-errors/42N11.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
:page-role: changed-2025.03
2+
13
= 42N11
24

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

68
ifndef::backend-pdf[]
79
[discrete.glossary]

modules/ROOT/pages/errors/gql-errors/42N39.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
:page-role: changed-2025.03
2+
13
= 42N39
24

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

68
ifndef::backend-pdf[]
79
[discrete.glossary]

modules/ROOT/pages/errors/gql-errors/51N12.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
:page-role: changed-2025.03
2+
13
= 51N12
24

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

68
ifndef::backend-pdf[]
79
[discrete.glossary]

modules/ROOT/pages/errors/gql-errors/51N27.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
:page-role: changed-2025.03
2+
13
= 51N27
24

35
== Status description
46

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

79
== Explanation
810

modules/ROOT/pages/errors/gql-errors/index.adoc

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,10 @@ Status description:: error: data exception - invalid input value. Invalid input
158158

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

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

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

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

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

327328
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`.
328329

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

331-
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.
333+
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.
332334

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

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

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

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

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

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

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

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

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

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

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

964968
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.
965969

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

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

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

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

976981
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.
977982

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

980-
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.
986+
Status description:: error: syntax error or access rule violation - graph reference already exists. A graph reference with the name `{ <<db>> }` already exists.
981987

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

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

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

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

1078-
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.
1085+
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.
10791086

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

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

14271434

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

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

14321440

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

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

1496+
14881497
=== xref:errors/gql-errors/51N26.adoc[51N26]
14891498

14901499
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>> }`.
14911500

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

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

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

0 commit comments

Comments
 (0)