Skip to content

Commit 870c254

Browse files
Add missing codes
1 parent 77bf8cd commit 870c254

File tree

6 files changed

+16
-10
lines changed

6 files changed

+16
-10
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
= 22N06
2+
label:new[Changed in 2025.03]
23

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

67

78
ifndef::backend-pdf[]

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
= 42I13
2-
label:new[Changed in 2025.03]
32

43
== Status description
54
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>> }`.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
= 42N08
2+
label:new[Changed in 2025.03]
23

34
== 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.
5+
error: syntax error or access rule violation - no such procedure. The procedure `{ <<proc>> }` was not found. Verify that the spelling is correct.
56

67
ifndef::backend-pdf[]
78
[discrete.glossary]

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
= 51N12
2+
label:new[Changed in 2025.03]
23

34
== 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.
5+
error: system configuration or operation exception - class not void. The procedure `{ <<proc>> }` has zero return columns and must be defined as void.
56

67
ifndef::backend-pdf[]
78
[discrete.glossary]

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
= 51N27
2+
label:new[Changed in 2025.03]
23

34
== Status description
45

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

78
== Explanation
89

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,9 @@ Status description:: error: data exception - invalid input value. Invalid input
159159
Status description:: error: data exception - input failed validation. Invalid input `{ <<input>> }` for `{ <<context>> }`.
160160

161161
=== xref:errors/gql-errors/22N06.adoc[22N06]
162+
label:new[Changed in 2025.03]
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. `{ <<option>> }` needs to be specified.
164165

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

@@ -730,7 +731,6 @@ Status description:: error: syntax error or access rule violation - invalid name
730731
Status description:: error: syntax error or access rule violation - invalid nesting of quantified path patterns. Quantified path patterns cannot be nested.
731732

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

735735
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>> }`.
736736

@@ -872,8 +872,9 @@ Status description:: error: syntax error or access rule violation - unsupported
872872
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.
873873

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

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

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

@@ -1288,8 +1289,9 @@ Status description:: error: system configuration or operation exception - class
12881289

12891290

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

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

12941296

12951297
=== xref:errors/gql-errors/51N13.adoc[51N13]
@@ -1348,8 +1350,9 @@ Status description:: error: system configuration or operation exception - insuff
13481350
Status description:: error: system configuration or operation exception - database is busy. Cannot compile query due to excessive updates to indexes and constraints.
13491351

13501352
=== xref:errors/gql-errors/51N27.adoc[51N27]
1353+
label:new[Changed in 2025.03]
13511354

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

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

0 commit comments

Comments
 (0)