Skip to content

Commit 030d596

Browse files
committed
apply suggestions from review
1 parent 97dd6aa commit 030d596

File tree

7 files changed

+13
-12
lines changed

7 files changed

+13
-12
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
= 42N76
22

33
== Status description
4-
error: syntax error or access rule violation - unfulfillable hints. The hint(s) `{ $hintAndedList }` cannot be fulfilled.
4+
error: syntax error or access rule violation - unfulfillable hints. The hint(s) `{ $hintList }` cannot be fulfilled.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= 42N78
22

33
== Status description
4-
error: syntax error or access rule violation - variable already bound. Node `{ $var }` has already been bound and cannot be modified by the `{ $clause }` clause.
4+
error: syntax error or access rule violation - variable already bound. Node `{ $variable }` has already been bound and cannot be modified by the `{ $clause }` clause.
5+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
= 42NA5
22

33
== Status description
4-
info: accessing multiple graphs only supported on composite databases. Accessing multiple graphs in the same query is only supported on composite databases. Connect to a composite database with the desired constituents.
4+
error: accessing multiple graphs only supported on composite databases. Accessing multiple graphs in the same query is only supported on composite databases. Connect to a composite database with the desired constituents.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
= 42NA6
22

33
== Status description
4-
info: invalid alias target. Aliases are not allowed to target composite databases.
4+
error: invalid alias target. Aliases are not allowed to target composite databases.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
= 42NA7
22

33
== Status description
4-
info: referenced database not found. No database is corresponding to `{ $db }`. Verify that the elementId is correct.
4+
error: referenced database not found. No database is corresponding to `{ $db }`. Verify that the elementId is correct.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
= 52N35
22

33
== Status description
4-
error: procedure exception - procedure compilation failed. Failed to compile procedure/function defined in `{ $procClass }`: `{ $msg }`
4+
error: procedure exception - procedure compilation failed. Failed to compile procedure defined in `{ $procClass }`: `{ $msg }`

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -966,15 +966,15 @@ Status description:: error: syntax error or access rule violation - invalid use
966966

967967
=== xref:errors/gql-errors/42N76.adoc[42N76]
968968

969-
Status description:: error: syntax error or access rule violation - unfulfillable hints. The hint(s) `{ $hintAndedList }` cannot be fulfilled.
969+
Status description:: error: syntax error or access rule violation - unfulfillable hints. The hint(s) `{ $hintList }` cannot be fulfilled.
970970

971971
=== xref:errors/gql-errors/42N77.adoc[42N77]
972972

973973
Status description:: error: syntax error or access rule violation - missing hint predicate. The hint `{ $hint }` cannot be fulfilled. The query does not contain a compatible predicate for `{ $entityType }` on `{ $variable }`.
974974

975975
=== xref:errors/gql-errors/42N78.adoc[42N78]
976976

977-
Status description:: error: syntax error or access rule violation - variable already bound. Node `{ $var }` has already been bound and cannot be modified by the `{ $clause }` clause.
977+
Status description:: error: syntax error or access rule violation - variable already bound. Node `{ $variable }` has already been bound and cannot be modified by the `{ $clause }` clause.
978978

979979
=== xref:errors/gql-errors/42N81.adoc[42N81]
980980

@@ -1023,15 +1023,15 @@ Status description:: error: syntax error or access rule violation - cannot delet
10231023

10241024
=== xref:errors/gql-errors/42NA5.adoc[42NA5]
10251025

1026-
Status description:: info: accessing multiple graphs only supported on composite databases. Accessing multiple graphs in the same query is only supported on composite databases. Connect to a composite database with the desired constituents.
1026+
Status description:: error: accessing multiple graphs only supported on composite databases. Accessing multiple graphs in the same query is only supported on composite databases. Connect to a composite database with the desired constituents.
10271027

10281028
=== xref:errors/gql-errors/42NA6.adoc[42NA6]
10291029

1030-
Status description:: info: invalid alias target. Aliases are not allowed to target composite databases.
1030+
Status description:: error: invalid alias target. Aliases are not allowed to target composite databases.
10311031

10321032
=== xref:errors/gql-errors/42NA7.adoc[42NA7]
10331033

1034-
Status description:: info: referenced database not found. No database is corresponding to `{ $db }`. Verify that the elementId is correct.
1034+
Status description:: error: referenced database not found. No database is corresponding to `{ $db }`. Verify that the elementId is correct.
10351035

10361036
=== xref:errors/gql-errors/42NA8.adoc[42NA8]
10371037

@@ -1545,7 +1545,7 @@ Status description:: error: procedure exception - procedure sandboxed. `{ $sig }
15451545

15461546
=== xref:errors/gql-errors/52N35.adoc[52N35]
15471547

1548-
Status description:: error: procedure exception - procedure compilation failed. Failed to compile procedure/function defined in `{ $procClass }`: `{ $msg }`
1548+
Status description:: error: procedure exception - procedure compilation failed. Failed to compile procedure defined in `{ $procClass }`: `{ $msg }`
15491549

15501550
=== xref:errors/gql-errors/52N36.adoc[52N36]
15511551

0 commit comments

Comments
 (0)