Skip to content

Commit edfabaf

Browse files
committed
add missing backticks
1 parent d6af349 commit edfabaf

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

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

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Status description:: error: data exception - invalid spatial value. A POINT must
183183

184184
=== 22N20
185185

186-
Status description:: error: data exception - invalid spatial value dimensions. Cannot create POINT with `{ $dim1 }D coordinate reference system (CRS) and `{ $value }` coordinates. Use the equivalent `{ $dim2 }D coordinate reference system instead.
186+
Status description:: error: data exception - invalid spatial value dimensions. Cannot create POINT with `{ $dim1 }D` coordinate reference system (CRS) and `{ $value }` coordinates. Use the equivalent `{ $dim2 }D` coordinate reference system instead.
187187

188188
=== 22N21
189189

@@ -387,7 +387,7 @@ Status description:: error: syntax error or access rule violation - invalid case
387387

388388
=== 42I01
389389

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

392392
=== 42I02
393393

@@ -408,36 +408,36 @@ Status description:: error: syntax error or access rule violation - invalid symb
408408

409409
=== 42I25
410410

411-
Status description:: error: syntax error or access rule violation - invalid use of CALL IN TRANSACTIONS. 'CALL { ... }` IN TRANSACTIONS' is not supported after a write clause.
411+
Status description:: error: syntax error or access rule violation - invalid use of `CALL IN TRANSACTIONS`. 'CALL { ... } IN TRANSACTIONS' is not supported after a write clause.
412412

413413
=== 42I29
414414

415-
Status description:: error: syntax error or access rule violation - invalid use of IS. The IS keyword cannot be used together with multiple labels in `{ $input }`. Rewrite the expression as `{ $replacement }`.
415+
Status description:: error: syntax error or access rule violation - invalid use of `IS`. The `IS` keyword cannot be used together with multiple labels in `{ $input }`. Rewrite the expression as `{ $replacement }`.
416416

417417
=== 42I31
418418

419-
Status description:: error: syntax error or access rule violation - invalid use of MATCH. MATCH ...' cannot directly follow an 'OPTIONAL MATCH ...'. Use a WITH clause between them.
419+
Status description:: error: syntax error or access rule violation - invalid use of `MATCH`. 'MATCH ...' cannot directly follow an 'OPTIONAL MATCH ...'. Use a `WITH` clause between them.
420420

421421

422422
=== 42I37
423423

424-
Status description:: error: syntax error or access rule violation - invalid use of `RETURN *`. `RETURN *'` is not allowed when there are no variables in scope.
424+
Status description:: error: syntax error or access rule violation - invalid use of `RETURN *`. 'RETURN *' is not allowed when there are no variables in scope.
425425

426426
=== 42I38
427427

428-
Status description:: error: syntax error or access rule violation - invalid use of `RETURN`. `RETURN ...'` can only be used at the end of a query or subquery.
428+
Status description:: error: syntax error or access rule violation - invalid use of `RETURN`. 'RETURN ...' can only be used at the end of a query or subquery.
429429

430430
=== 42I40
431431

432-
Status description:: error: syntax error or access rule violation - invalid use of `UNION and UNION ALL`. `UNION` and `UNION ALL` cannot be combined.
432+
Status description:: error: syntax error or access rule violation - invalid use of `UNION` and `UNION ALL`. `UNION` and `UNION ALL` cannot be combined.
433433

434434
=== 42I47
435435

436436
Status description:: error: syntax error or access rule violation - parser error. Parser Error: `{ $msg }`.
437437

438438
=== 42I50
439439

440-
Status description:: error: syntax error or access rule violation - token name too long. Invalid input `{ $input }`... A `{ $tokenType }` name cannot be longer than `{ $maxTokenLength }`.
440+
Status description:: error: syntax error or access rule violation - token name too long. Invalid input `{ $input }..`. A `{ $tokenType }` name cannot be longer than `{ $maxTokenLength }`.
441441

442442
=== 42N00
443443

@@ -453,7 +453,7 @@ Status description:: error: syntax error or access rule violation - writing in r
453453

454454
=== 42N03
455455

456-
Status description:: error: syntax error or access rule violation - writing to multiple graphs. Writing to multiple graphs in the same transaction is not allowed. Use CALL IN TRANSACTION or create separate transactions in your application.
456+
Status description:: error: syntax error or access rule violation - writing to multiple graphs. Writing to multiple graphs in the same transaction is not allowed. Use `CALL IN TRANSACTION` or create separate transactions in your application.
457457

458458
=== 42N04
459459

@@ -485,7 +485,7 @@ Status description:: error: syntax error or access rule violation - no such role
485485

486486
=== 42N11
487487

488-
Status description:: error: syntax error or access rule violation - database or alias already exists. A [composite] database or alias with the name `{ $db }` already exists.
488+
Status description:: error: syntax error or access rule violation - database or alias already exists. A `[composite]` database or alias with the name `{ $db }` already exists.
489489

490490
=== 42N12
491491

@@ -517,7 +517,7 @@ Status description:: error: syntax error or access rule violation - duplicate cl
517517

518518
=== 42N20
519519

520-
Status description:: error: syntax error or access rule violation - empty list range operator. The list range operator `'[ ]'` cannot be empty.
520+
Status description:: error: syntax error or access rule violation - empty list range operator. The list range operator '[ ]' cannot be empty.
521521

522522

523523
=== 42N21
@@ -527,15 +527,15 @@ Status description:: error: syntax error or access rule violation - unaliased re
527527

528528
=== 42N22
529529

530-
Status description:: error: syntax error or access rule violation - single return column required. A COLLECT subquery must end with a single return column.
530+
Status description:: error: syntax error or access rule violation - single return column required. A `COLLECT` subquery must end with a single return column.
531531

532532
=== 42N29
533533

534534
Status description:: error: syntax error or access rule violation - unbound variables in pattern expression. Pattern expressions are not allowed to introduce new variables: `{ $var }`.
535535

536536
=== 42N39
537537

538-
Status description:: error: syntax error or access rule violation - incompatible return columns. All subqueries in a UNION clause must have the same return column names.
538+
Status description:: error: syntax error or access rule violation - incompatible return columns. All subqueries in a `UNION` clause must have the same return column names.
539539

540540
=== 42N45
541541

@@ -555,7 +555,7 @@ Status description:: error: syntax error or access rule violation - function wit
555555

556556
=== 42N75
557557

558-
Status description:: error: syntax error or access rule violation - invalid use of graph function. A call to the graph function `{ $fun }` is only allowed as the top-level argument of a USE clause.
558+
Status description:: error: syntax error or access rule violation - invalid use of graph function. A call to the graph function `{ $fun }` is only allowed as the top-level argument of a `USE` clause.
559559

560560
=== 42N76
561561

@@ -572,7 +572,7 @@ Status description:: error: syntax error or access rule violation - impersonatio
572572

573573
=== 42N84
574574

575-
Status description:: error: syntax error or access rule violation - TERMINATE TRANSACTION misses YIELD clause. WHERE clause without YIELD clause. Use 'TERMINATE TRANSACTION ... YIELD ... WHERE ...'.
575+
Status description:: error: syntax error or access rule violation - `TERMINATE TRANSACTION` misses `YIELD` clause. `WHERE` clause without `YIELD` clause. Use 'TERMINATE TRANSACTION ... YIELD ... WHERE ...'.
576576

577577
=== 42N85
578578

@@ -588,11 +588,11 @@ Status description:: error: syntax error or access rule violation - cannot grant
588588

589589
=== 42N89
590590

591-
Status description:: error: syntax error or access rule violation - invalid driver settings map. Failed evaluating the given driver settings. `{ $cause }
591+
Status description:: error: syntax error or access rule violation - invalid driver settings map. Failed evaluating the given driver settings. { $cause }
592592

593593
=== 42N90
594594

595-
Status description:: error: syntax error or access rule violation - cannot alter immutable composite database. Composite databases cannot be altered (database: `{ $db }).
595+
Status description:: error: syntax error or access rule violation - cannot alter immutable composite database. Composite databases cannot be altered (database: `{ $db }`).
596596

597597
=== 42N97
598598

0 commit comments

Comments
 (0)