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
+17-9Lines changed: 17 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -533,35 +533,35 @@ Status description:: error: data exception - wrong token during deserialization.
533
533
534
534
=== xref:errors/gql-errors/22NA0.adoc[22NA0]
535
535
536
-
Status description:: error: data exception - invalid propertybased 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.
537
537
538
538
=== xref:errors/gql-errors/22NA1.adoc[22NA1]
539
539
540
-
Status description:: error: data exception - invalid propertybased 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.
541
541
542
542
=== xref:errors/gql-errors/22NA2.adoc[22NA2]
543
543
544
-
Status description:: error: data exception - invalid propertybased 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.
545
545
546
546
=== xref:errors/gql-errors/22NA3.adoc[22NA3]
547
547
548
-
Status description:: error: data exception - invalid propertybased 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.
549
549
550
550
=== xref:errors/gql-errors/22NA4.adoc[22NA4]
551
551
552
-
Status description:: error: data exception - invalid propertybased 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`.
553
553
554
554
=== xref:errors/gql-errors/22NA5.adoc[22NA5]
555
555
556
-
Status description:: error: data exception - invalid propertybased 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.
557
557
558
558
=== xref:errors/gql-errors/22NA6.adoc[22NA6]
559
559
560
-
Status description:: error: data exception - invalid propertybased 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.
561
561
562
562
=== xref:errors/gql-errors/22NA7.adoc[22NA7]
563
563
564
-
Status description:: error: data exception - invalid propertybased 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.
565
565
566
566
=== xref:errors/gql-errors/22NA8.adoc[22NA8]
567
567
@@ -571,9 +571,17 @@ Status description:: error: data exception - parsing JSON failure. Underlying er
571
571
572
572
Status description:: error: data exception - unexpected map entry. Invalid input. Unexpected key `{ <<mapKey>> }`, expected keys are `{ <<mapKeyList>> }`.
573
573
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
+
574
582
=== xref:errors/gql-errors/22NB0.adoc[22NB0]
575
583
576
-
Status description:: error: data exception - invalid propertybased 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.
0 commit comments