From 14d9a0359278c67eeae64c901006aeb249ad749d Mon Sep 17 00:00:00 2001 From: Satia Herfert Date: Fri, 10 Jan 2025 12:53:19 +0100 Subject: [PATCH] Add 22NB3 and 22NB4 --- modules/ROOT/pages/errors/gql-errors.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/ROOT/pages/errors/gql-errors.adoc b/modules/ROOT/pages/errors/gql-errors.adoc index 1b7b3388..8d3ac699 100644 --- a/modules/ROOT/pages/errors/gql-errors.adoc +++ b/modules/ROOT/pages/errors/gql-errors.adoc @@ -573,6 +573,14 @@ Status description:: error: data exception - type mismatch. Type mismatch: expec 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. +=== 22NB3 + +Status description:: error: data exception - token presence verification failed. `{ $entityType }` (`{ $entityId }`) with `{ $tokenType1 }` `{ $token1 }` must have the `{ $tokenType2 }` `{ $token2 }`. + +=== 22NB4 + +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 }`. + // === 22NFF // Status description:: error: data exception - referent does not exist. The referent of the specified reference does not exist.