You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/errors/gql-errors/42I13.adoc
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
1
= 42I13
2
-
label:new[Changed in 2025.03]
3
2
4
3
== Status description
5
4
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>> }`.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/errors/gql-errors/42N08.adoc
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
= 42N08
2
+
label:new[Changed in 2025.03]
2
3
3
4
== 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.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/errors/gql-errors/index.adoc
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,8 +159,9 @@ Status description:: error: data exception - invalid input value. Invalid input
159
159
Status description:: error: data exception - input failed validation. Invalid input `{ <<input>> }` for `{ <<context>> }`.
160
160
161
161
=== xref:errors/gql-errors/22N06.adoc[22N06]
162
+
label:new[Changed in 2025.03]
162
163
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.
164
165
165
166
=== xref:errors/gql-errors/22N07.adoc[22N07]
166
167
@@ -730,7 +731,6 @@ Status description:: error: syntax error or access rule violation - invalid name
730
731
Status description:: error: syntax error or access rule violation - invalid nesting of quantified path patterns. Quantified path patterns cannot be nested.
731
732
732
733
=== xref:errors/gql-errors/42I13.adoc[42I13]
733
-
label:new[Changed in 2025.03]
734
734
735
735
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>> }`.
736
736
@@ -872,8 +872,9 @@ Status description:: error: syntax error or access rule violation - unsupported
872
872
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.
873
873
874
874
=== xref:errors/gql-errors/42N08.adoc[42N08]
875
+
label:new[Changed in 2025.03]
875
876
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.
877
878
878
879
=== xref:errors/gql-errors/42N09.adoc[42N09]
879
880
@@ -1288,8 +1289,9 @@ Status description:: error: system configuration or operation exception - class
1288
1289
1289
1290
1290
1291
=== xref:errors/gql-errors/51N12.adoc[51N12]
1292
+
label:new[Changed in 2025.03]
1291
1293
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.
1293
1295
1294
1296
1295
1297
=== xref:errors/gql-errors/51N13.adoc[51N13]
@@ -1348,8 +1350,9 @@ Status description:: error: system configuration or operation exception - insuff
1348
1350
Status description:: error: system configuration or operation exception - database is busy. Cannot compile query due to excessive updates to indexes and constraints.
1349
1351
1350
1352
=== xref:errors/gql-errors/51N27.adoc[51N27]
1353
+
label:new[Changed in 2025.03]
1351
1354
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>> }`.
0 commit comments