Skip to content

Commit cf01fc3

Browse files
committed
Add 22NB3 and 22NB4
1 parent 98ec322 commit cf01fc3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,14 @@ Status description:: error: data exception - type mismatch. Type mismatch: expec
573573

574574
Status description:: error: data exception - incompatible graph type dependence. Graph type `{ $graphTypeDependence1 }` constraint `{ $constrDescrOrName1 }` is incompatible with graph type `{ $graphTypeDependence2 }` constraint `{ $constrDescrOrName2 }` because they have different graph type dependence.
575575

576+
=== 22NB3
577+
578+
Status description:: error: data exception - token presence verification failed. `{ $entityType }` (`{ $entityId }`) with `{ $tokenType1 }` `{ $token1 }` must have the `{ $tokenType2 }` `{ $token2 }`.
579+
580+
=== 22NB4
581+
582+
Status description:: error: data exception - endpoint label presence verification failed. Relationship (`{ $entityId1 }`) with type `{ $relType }` requires its `{ $endpointType }` node (`{ $entityId2 }`) to have the label `{ $label }`.
583+
576584
// === 22NFF
577585

578586
// Status description:: error: data exception - referent does not exist. The referent of the specified reference does not exist.

0 commit comments

Comments
 (0)