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/index.adoc
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,12 +32,12 @@ Status description:: error: connection exception - unable to connect to database
32
32
33
33
=== xref:errors/gql-errors/08N01.adoc[08N01]
34
34
35
-
Status description:: error: connection exception - unable to write to database. Unable to write to database `{ <<db>> }` on this server. Server-side routing is disabled. Either connect to the database leader directly or enable server-side routing by setting ``{ <<cfgSetting>> }`=true`.
35
+
Status description:: error: connection exception - unable to write to database. Unable to write to database `{ <<db>> }` on this server. Server-side routing is disabled. Either connect to the database leader directly or enable server-side routing by setting `{ <<cfgSetting>> }=true`.
36
36
37
37
38
38
=== xref:errors/gql-errors/08N02.adoc[08N02]
39
39
40
-
Status description:: error: connection exception - unable to connect to database. Unable to connect to database `{ <<db>> }`. Server-side routing is disabled. Either connect to `{ <<db>> }` directly, or enable server-side routing by setting ``{ <<cfgSetting>> }`=true`.
40
+
Status description:: error: connection exception - unable to connect to database. Unable to connect to database `{ <<db>> }`. Server-side routing is disabled. Either connect to `{ <<db>> }` directly, or enable server-side routing by setting `{ <<cfgSetting>> }=true`.
41
41
42
42
=== xref:errors/gql-errors/08N03.adoc[08N03]
43
43
@@ -81,11 +81,11 @@ Status description:: error: connection exception - failed to parse bookmark. Fai
81
81
82
82
=== xref:errors/gql-errors/08N13.adoc[08N13]
83
83
84
-
Status description:: error: connection exception - database not up to requested bookmark. The database `{ <<db>> }` is not up to the requested bookmark `{ $transactionId1 }`. The latest transaction ID is `{ $transactionId2 }`.
84
+
Status description:: error: connection exception - database not up to requested bookmark. The database `{ <<db>> }` is not up to the requested bookmark `{ <<transactionId>>1 }`. The latest transaction ID is `{ $transactionId2 }`.
85
85
86
86
=== xref:errors/gql-errors/08N14.adoc[08N14]
87
87
88
-
Status description:: error: connection exception - alias chains are not permitted. Unable to provide a routing table for the database identifed by the alias `{ $alias1 }` because the request comes from another alias `{ $alias2 }` and alias chains are not permitted.
88
+
Status description:: error: connection exception - alias chains are not permitted. Unable to provide a routing table for the database identifed by the alias `{ <<alias>>1 }` because the request comes from another alias `{ $alias2 }` and alias chains are not permitted.
89
89
90
90
=== xref:errors/gql-errors/08N15.adoc[08N15]
91
91
@@ -168,7 +168,7 @@ Status description:: error: data exception - invalid pre-parser option key. Inva
168
168
169
169
=== xref:errors/gql-errors/22N08.adoc[22N08]
170
170
171
-
Status description:: error: data exception - invalid pre-parser combination. Invalid pre-parser option, cannot combine `{ $option1 }` with `{ $option2 }`.
171
+
Status description:: error: data exception - invalid pre-parser combination. Invalid pre-parser option, cannot combine `{ <<option>>1 }` with `{ $option2 }`.
172
172
173
173
=== xref:errors/gql-errors/22N09.adoc[22N09]
174
174
@@ -504,15 +504,15 @@ Status description:: error: data exception - type mismatch. Type mismatch: expec
504
504
505
505
=== xref:errors/gql-errors/22NB2.adoc[22NB2]
506
506
507
-
Status description:: error: data exception - incompatible graph type dependence. Graph type `{ $graphTypeDependence1 }` constraint `{ $constrDescrOrName1 }` is incompatible with graph type `{ $graphTypeDependence2 }` constraint `{ $constrDescrOrName2 }` because they have different graph type dependence.
507
+
Status description:: error: data exception - incompatible graph type dependence. Graph type `{ <<graphTypeDependence>>1 }` constraint `{ <<constrDescrOrName>>1 }` is incompatible with graph type `{ $graphTypeDependence2 }` constraint `{ $constrDescrOrName2 }` because they have different graph type dependence.
508
508
509
509
=== xref:errors/gql-errors/22NB3.adoc[22NB3]
510
510
511
-
Status description:: error: data exception - token presence verification failed. `{ <<entityType>> }` (`{ <<entityId>> }`) with `{ $tokenType1 }` `{ $token1 }` must have the `{ $tokenType2 }` `{ $token2 }`.
511
+
Status description:: error: data exception - token presence verification failed. `{ <<entityType>> }` (`{ <<entityId>> }`) with `{ <<tokenType>>1 }` `{ <<token>>1 }` must have the `{ $tokenType2 }` `{ $token2 }`.
512
512
513
513
=== xref:errors/gql-errors/22NB4.adoc[22NB4]
514
514
515
-
Status description:: error: data exception - endpoint label presence verification failed. Relationship (`{ $entityId1 }`) with type `{ <<relType>> }` requires its `{ $endpointType }` node (`{ $entityId2 }`) to have the label `{ <<label>> }`.
515
+
Status description:: error: data exception - endpoint label presence verification failed. Relationship (`{ <<entityId>>1 }`) with type `{ <<relType>> }` requires its `{ $endpointType }` node (`{ $entityId2 }`) to have the label `{ <<label>> }`.
516
516
517
517
[[invalid-transaction-state]]
518
518
== Invalid transaction state
@@ -702,7 +702,7 @@ Status description:: error: syntax error or access rule violation - invalid lowe
702
702
703
703
=== xref:errors/gql-errors/42I13.adoc[42I13]
704
704
705
-
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 `{ $count1 }` but got `{ $count2 }`. The procedure or function `{ <<procFun>> }` has the signature: `{ <<sig>> }`.
705
+
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>> }`.
706
706
707
707
=== xref:errors/gql-errors/42I18.adoc[42I18]
708
708
@@ -794,11 +794,11 @@ Status description:: error: syntax error or access rule violation - writing to m
794
794
795
795
=== xref:errors/gql-errors/42N04.adoc[42N04]
796
796
797
-
Status description:: error: syntax error or access rule violation - unsupported access of composite database. Failed to access database identified by `{ $db1 }` while connected to session database `{ $db2 }`. Connect to `{ $db3 }` directly.
797
+
Status description:: error: syntax error or access rule violation - unsupported access of composite database. Failed to access database identified by `{ <<db>>1 }` while connected to session database `{ $db2 }`. Connect to `{ $db3 }` directly.
798
798
799
799
=== xref:errors/gql-errors/42N05.adoc[42N05]
800
800
801
-
Status description:: error: syntax error or access rule violation - unsupported access of standard database. Failed to access database identified by `{ $db1 }` while connected to composite session database `{ $db2 }`. Connect to `{ $db3 }` directly or create an alias in the composite database.
801
+
Status description:: error: syntax error or access rule violation - unsupported access of standard database. Failed to access database identified by `{ <<db>>1 }` while connected to composite session database `{ $db2 }`. Connect to `{ $db3 }` directly or create an alias in the composite database.
802
802
803
803
=== xref:errors/gql-errors/42N06.adoc[42N06]
804
804
@@ -872,7 +872,7 @@ Status description:: error: syntax error or access rule violation - single retur
872
872
873
873
=== xref:errors/gql-errors/42N24.adoc[42N24]
874
874
875
-
Status description:: error: syntax error or access rule violation - missing `WITH`. A `WITH` clause is required between `{ $input1 }` and `{ $input2 }`.
875
+
Status description:: error: syntax error or access rule violation - missing `WITH`. A `WITH` clause is required between `{ <<input>>1 }` and `{ $input2 }`.
876
876
877
877
=== xref:errors/gql-errors/42N29.adoc[42N29]
878
878
@@ -958,7 +958,7 @@ Status description:: error: syntax error or access rule violation - invalid plac
958
958
959
959
=== xref:errors/gql-errors/42N74.adoc[42N74]
960
960
961
-
Status description:: error: syntax error or access rule violation - invalid nested USE clause. Failed to access `{ $db1 }` and `{ $db2 }`. Child USE clauses must target the same graph as their parent query. Run in separate (sub)queries instead.
961
+
Status description:: error: syntax error or access rule violation - invalid nested USE clause. Failed to access `{ <<db>>1 }` and `{ $db2 }`. Child USE clauses must target the same graph as their parent query. Run in separate (sub)queries instead.
962
962
963
963
=== xref:errors/gql-errors/42N75.adoc[42N75]
964
964
@@ -1364,7 +1364,7 @@ Status description:: error: system configuration or operation exception - cannot
1364
1364
1365
1365
=== xref:errors/gql-errors/51N56.adoc[51N56]
1366
1366
1367
-
Status description:: error: system configuration or operation exception - topology out of range. The number of `{ <<serverType>> }` seeding servers `{ $count1 }` is larger than the desired number of `{ <<allocType>> }` allocations `{ $count2 }`.
1367
+
Status description:: error: system configuration or operation exception - topology out of range. The number of `{ <<serverType>> }` seeding servers `{ <<count>>1 }` is larger than the desired number of `{ <<allocType>> }` allocations `{ $count2 }`.
0 commit comments