Skip to content

Commit 5458f38

Browse files
committed
update the index page
1 parent 14ded8a commit 5458f38

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ Status description:: error: connection exception - unable to connect to database
3232

3333
=== xref:errors/gql-errors/08N01.adoc[08N01]
3434

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`.
3636

3737

3838
=== xref:errors/gql-errors/08N02.adoc[08N02]
3939

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`.
4141

4242
=== xref:errors/gql-errors/08N03.adoc[08N03]
4343

@@ -81,11 +81,11 @@ Status description:: error: connection exception - failed to parse bookmark. Fai
8181

8282
=== xref:errors/gql-errors/08N13.adoc[08N13]
8383

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

8686
=== xref:errors/gql-errors/08N14.adoc[08N14]
8787

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

9090
=== xref:errors/gql-errors/08N15.adoc[08N15]
9191

@@ -168,7 +168,7 @@ Status description:: error: data exception - invalid pre-parser option key. Inva
168168

169169
=== xref:errors/gql-errors/22N08.adoc[22N08]
170170

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

173173
=== xref:errors/gql-errors/22N09.adoc[22N09]
174174

@@ -504,15 +504,15 @@ Status description:: error: data exception - type mismatch. Type mismatch: expec
504504

505505
=== xref:errors/gql-errors/22NB2.adoc[22NB2]
506506

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

509509
=== xref:errors/gql-errors/22NB3.adoc[22NB3]
510510

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

513513
=== xref:errors/gql-errors/22NB4.adoc[22NB4]
514514

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

517517
[[invalid-transaction-state]]
518518
== Invalid transaction state
@@ -702,7 +702,7 @@ Status description:: error: syntax error or access rule violation - invalid lowe
702702

703703
=== xref:errors/gql-errors/42I13.adoc[42I13]
704704

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

707707
=== xref:errors/gql-errors/42I18.adoc[42I18]
708708

@@ -794,11 +794,11 @@ Status description:: error: syntax error or access rule violation - writing to m
794794

795795
=== xref:errors/gql-errors/42N04.adoc[42N04]
796796

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

799799
=== xref:errors/gql-errors/42N05.adoc[42N05]
800800

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

803803
=== xref:errors/gql-errors/42N06.adoc[42N06]
804804

@@ -872,7 +872,7 @@ Status description:: error: syntax error or access rule violation - single retur
872872

873873
=== xref:errors/gql-errors/42N24.adoc[42N24]
874874

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

877877
=== xref:errors/gql-errors/42N29.adoc[42N29]
878878

@@ -958,7 +958,7 @@ Status description:: error: syntax error or access rule violation - invalid plac
958958

959959
=== xref:errors/gql-errors/42N74.adoc[42N74]
960960

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

963963
=== xref:errors/gql-errors/42N75.adoc[42N75]
964964

@@ -1364,7 +1364,7 @@ Status description:: error: system configuration or operation exception - cannot
13641364

13651365
=== xref:errors/gql-errors/51N56.adoc[51N56]
13661366

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

13691369

13701370
=== xref:errors/gql-errors/51N57.adoc[51N57]
@@ -1533,7 +1533,7 @@ Status description:: error: procedure exception - wrong database. Change identif
15331533

15341534
=== xref:errors/gql-errors/52N32.adoc[52N32]
15351535

1536-
Status description:: error: procedure exception - invalid sequence number. Change identifier `{ $param1 }` has an invalid sequence number `{ $param2 }`.
1536+
Status description:: error: procedure exception - invalid sequence number. Change identifier `{ <<param>>1 }` has an invalid sequence number `{ $param2 }`.
15371537

15381538
=== xref:errors/gql-errors/52N33.adoc[52N33]
15391539

0 commit comments

Comments
 (0)