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.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -743,7 +743,7 @@ Status description:: error: syntax error or access rule violation - invalid case
743
743
744
744
Status description:: error: syntax error or access rule violation - invalid `FOREACH`. Invalid use of `{ $clause }` inside 'FOREACH'.
745
745
746
-
??? === 42I02
746
+
=== 42I02
747
747
748
748
Status description:: error: syntax error or access rule violation - invalid comment. Failed to parse comment. A comment starting with '/\*' must also have a closing '*/'.
749
749
@@ -811,7 +811,7 @@ Status description:: error: syntax error or access rule violation - token name t
811
811
812
812
=== 42I51
813
813
814
-
Status description:: info: invalid call signature. The procedure or function `{ %s }` must have the signature: `{ %s }`.
814
+
Status description:: info: invalid call signature. The procedure or function `{ $procFun }` must have the signature: `{ $sig }`.
815
815
816
816
=== 42N00
817
817
@@ -938,7 +938,7 @@ Status description:: error: syntax error or access rule violation - unsupported
938
938
939
939
=== 42N51
940
940
941
-
Status description:: error: syntax error or access rule violation - invalid parameter. Invalid parameter `{ $param }`
941
+
Status description:: error: syntax error or access rule violation - invalid parameter. Invalid parameter `{ $param }`.
942
942
943
943
=== 42N57
944
944
@@ -1027,7 +1027,7 @@ Status description:: info: invalid alias target. Aliases are not allowed to targ
1027
1027
1028
1028
=== 42NA7
1029
1029
1030
-
Status description:: info: referenced database not found. No database is corresponding to { $db }. Verify that the elementId is correct.
1030
+
Status description:: info: referenced database not found. No database is corresponding to `{ $db }`. Verify that the elementId is correct.
0 commit comments