Skip to content

Commit 823c29b

Browse files
Apply suggestions from code review
Co-authored-by: Louise Berglund <[email protected]>
1 parent 3dd568b commit 823c29b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ Status description:: error: syntax error or access rule violation - invalid case
743743

744744
Status description:: error: syntax error or access rule violation - invalid `FOREACH`. Invalid use of `{ $clause }` inside 'FOREACH'.
745745

746-
??? === 42I02
746+
=== 42I02
747747

748748
Status description:: error: syntax error or access rule violation - invalid comment. Failed to parse comment. A comment starting with '/\*' must also have a closing '*/'.
749749

@@ -811,7 +811,7 @@ Status description:: error: syntax error or access rule violation - token name t
811811

812812
=== 42I51
813813

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 }`.
815815

816816
=== 42N00
817817

@@ -938,7 +938,7 @@ Status description:: error: syntax error or access rule violation - unsupported
938938

939939
=== 42N51
940940

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 }`.
942942

943943
=== 42N57
944944

@@ -1027,7 +1027,7 @@ Status description:: info: invalid alias target. Aliases are not allowed to targ
10271027

10281028
=== 42NA7
10291029

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.
10311031

10321032
=== 42NFD
10331033

0 commit comments

Comments
 (0)