Skip to content

Commit 422ab7e

Browse files
committed
regenerate index file
1 parent da39586 commit 422ab7e

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

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

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -533,35 +533,35 @@ Status description:: error: data exception - wrong token during deserialization.
533533

534534
=== xref:errors/gql-errors/22NA0.adoc[22NA0]
535535

536-
Status description:: error: data exception - invalid property based access control rule. Failed to administer property rule.
536+
Status description:: error: data exception - invalid property-based access control rule. Failed to administer property rule.
537537

538538
=== xref:errors/gql-errors/22NA1.adoc[22NA1]
539539

540-
Status description:: error: data exception - invalid property based access control rule involving non-commutative expressions. The property `{ <<propKey>> }` must appear on the left hand side of the `{ <<operation>> }` operator.
540+
Status description:: error: data exception - invalid property-based access control rule involving non-commutative expressions. The property `{ <<propKey>> }` must appear on the left hand side of the `{ <<operation>> }` operator.
541541

542542
=== xref:errors/gql-errors/22NA2.adoc[22NA2]
543543

544-
Status description:: error: data exception - invalid property based access control rule involving multiple properties. The expression: `{ <<expr>> }` is not supported. Property rules can only contain one property.
544+
Status description:: error: data exception - invalid property-based access control rule involving multiple properties. The expression: `{ <<expr>> }` is not supported. Property rules can only contain one property.
545545

546546
=== xref:errors/gql-errors/22NA3.adoc[22NA3]
547547

548-
Status description:: error: data exception - invalid property based access control rule involving NaN. 'NaN' is not supported for property-based access control.
548+
Status description:: error: data exception - invalid property-based access control rule involving NaN. 'NaN' is not supported for property-based access control.
549549

550550
=== xref:errors/gql-errors/22NA4.adoc[22NA4]
551551

552-
Status description:: error: data exception - invalid property based access control rule involving comparison with `NULL`. The property value access rule pattern `{ <<pred>> }` always evaluates to `NULL`.
552+
Status description:: error: data exception - invalid property-based access control rule involving comparison with `NULL`. The property value access rule pattern `{ <<pred>> }` always evaluates to `NULL`.
553553

554554
=== xref:errors/gql-errors/22NA5.adoc[22NA5]
555555

556-
Status description:: error: data exception - invalid property based access control rule involving `IS NULL`. The property value access rule pattern `{ <<pred>> }` always evaluates to `NULL`. Use `IS NULL` instead.
556+
Status description:: error: data exception - invalid property-based access control rule involving `IS NULL`. The property value access rule pattern `{ <<pred>> }` always evaluates to `NULL`. Use `IS NULL` instead.
557557

558558
=== xref:errors/gql-errors/22NA6.adoc[22NA6]
559559

560-
Status description:: error: data exception - invalid property based access control rule involving `IS NOT NULL`. The property value access rule pattern `{ <<pred>> }` always evaluates to `NULL`. Use `IS NOT NULL` instead.
560+
Status description:: error: data exception - invalid property-based access control rule involving `IS NOT NULL`. The property value access rule pattern `{ <<pred>> }` always evaluates to `NULL`. Use `IS NOT NULL` instead.
561561

562562
=== xref:errors/gql-errors/22NA7.adoc[22NA7]
563563

564-
Status description:: error: data exception - invalid property based access control rule involving nontrivial predicates. The expression: `{ <<expr>> }` is not supported. Only single, literal-based predicate expressions are allowed for property-based access control.
564+
Status description:: error: data exception - invalid property-based access control rule involving nontrivial predicates. The expression: `{ <<expr>> }` is not supported. Only single, literal-based predicate expressions are allowed for property-based access control.
565565

566566
=== xref:errors/gql-errors/22NA8.adoc[22NA8]
567567

@@ -571,9 +571,17 @@ Status description:: error: data exception - parsing JSON failure. Underlying er
571571

572572
Status description:: error: data exception - unexpected map entry. Invalid input. Unexpected key `{ <<mapKey>> }`, expected keys are `{ <<mapKeyList>> }`.
573573

574+
=== xref:errors/gql-errors/22NAA.adoc[22NAA]
575+
576+
Status description:: error: data exception - invalid list for property-based access control rule. The expression `{ <<expr>> }` is not supported. Lists containing `{ <<exprType>> }` values are not supported for property-based access control.
577+
578+
=== xref:errors/gql-errors/22NAB.adoc[22NAB]
579+
580+
Status description:: error: data exception - mixed type list for property-based access control rule. The expression `{ <<expr>> }` is not supported. All elements in a list must be literals of the same type for property-based access control.
581+
574582
=== xref:errors/gql-errors/22NB0.adoc[22NB0]
575583

576-
Status description:: error: data exception - invalid property based access control rule involving `WHERE` and `IS NULL`. The property value access rule pattern `{ <<pred>> }` always evaluates to `NULL`. Use `WHERE` syntax in combination with `IS NULL` instead.
584+
Status description:: error: data exception - invalid property-based access control rule involving `WHERE` and `IS NULL`. The property value access rule pattern `{ <<pred>> }` always evaluates to `NULL`. Use `WHERE` syntax in combination with `IS NULL` instead.
577585

578586
=== xref:errors/gql-errors/22NB1.adoc[22NB1]
579587

0 commit comments

Comments
 (0)