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.adoc
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -402,11 +402,11 @@ Status description:: error: data exception - index with the same name already ex
402
402
403
403
=== 22N77
404
404
405
-
Status description:: error: data exception - property presence verification failed. `{ $entityType }` ({ $entityId }`) with `{ $tokenType }` `{ $token }` must have the following properties: `{ $propKeyList }`.
405
+
Status description:: error: data exception - property presence verification failed. `{ $entityType }` (`{ $entityId }`) with `{ $tokenType }` `{ $token }` must have the following properties: `{ $propKeyList }`.
406
406
407
407
=== 22N78
408
408
409
-
Status description:: error: data exception - property type verification failed. `{ $entityType }` ({ $entityId }`) with `{ $tokenType }` `{ $token }` must have the property `$propKey` with value type `{ $valueType }`.
409
+
Status description:: error: data exception - property type verification failed. `{ $entityType }` (`{ $entityId }`) with `{ $tokenType }` `{ $token }` must have the property `$propKey` with value type `{ $valueType }`.
410
410
411
411
// === 22N79
412
412
@@ -442,7 +442,7 @@ Status description:: error: data exception - numeric range 0 disallowed. Expecte
442
442
443
443
// === 22N88
444
444
445
-
// Status description:: error: data exception - not a valid CIDR IP.
445
+
// Status description:: error: data exception - not a valid CIDR IP. `{ $input }` is not a valid CIDR IP.
446
446
447
447
=== 22N89
448
448
@@ -482,19 +482,19 @@ Status description:: error: data exception - unexpected struct tag. Unexpected s
482
482
483
483
=== 22N98
484
484
485
-
Status description:: error: data exception - wrong first field during deserialization. Unable to deserialize request. Expected first field to be `{ %s }`, but was '{ %s }'.
485
+
Status description:: error: data exception - wrong first field during deserialization. Unable to deserialize request. Expected first field to be `{ $field }`, but was '{ $value}'.
486
486
487
487
=== 22N99
488
488
489
-
Status description:: error: data exception - wrong token during deserialization. Unable to deserialize request. Expected `{ %s }`, found `{ %s }`.
489
+
Status description:: error: data exception - wrong token during deserialization. Unable to deserialize request. Expected `{ $token }`, found `{ $value }`.
490
490
491
491
=== 22NA0
492
492
493
493
Status description:: error: data exception - invalid property based access control rule. Failed to administer property rule.
494
494
495
495
// === 22NA1
496
496
497
-
// Status description:: error: data exception - invalid property based access control rule involving non-comutative expressions. The property `{ $propKey }` must appear on the left hand side of the `{ $operation }` operator.
497
+
// 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.
0 commit comments