Skip to content

Commit 1ee2d79

Browse files
Apply suggestions from code review
Co-authored-by: Louise Berglund <[email protected]>
1 parent 8dd5792 commit 1ee2d79

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -402,11 +402,11 @@ Status description:: error: data exception - index with the same name already ex
402402

403403
=== 22N77
404404

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

407407
=== 22N78
408408

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

411411
// === 22N79
412412

@@ -442,7 +442,7 @@ Status description:: error: data exception - numeric range 0 disallowed. Expecte
442442

443443
// === 22N88
444444

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

447447
=== 22N89
448448

@@ -482,19 +482,19 @@ Status description:: error: data exception - unexpected struct tag. Unexpected s
482482

483483
=== 22N98
484484

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}'.
486486

487487
=== 22N99
488488

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

491491
=== 22NA0
492492

493493
Status description:: error: data exception - invalid property based access control rule. Failed to administer property rule.
494494

495495
// === 22NA1
496496

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

499499
// === 22NA2
500500

0 commit comments

Comments
 (0)