From 07442d57a066796bd0ef499a2425adbb84faf95b Mon Sep 17 00:00:00 2001 From: Satia Herfert Date: Mon, 30 Dec 2024 12:15:11 +0100 Subject: [PATCH] Add status codes from neo4j PR 28821 --- modules/ROOT/pages/errors/gql-errors.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/ROOT/pages/errors/gql-errors.adoc b/modules/ROOT/pages/errors/gql-errors.adoc index 47c7704..5ed29e5 100644 --- a/modules/ROOT/pages/errors/gql-errors.adoc +++ b/modules/ROOT/pages/errors/gql-errors.adoc @@ -569,6 +569,10 @@ Status description:: error: data exception - invalid property based access contr Status description:: error: data exception - type mismatch. Type mismatch: expected to be `{ $valueTypeList }` but was `{ $input }`. +=== 22NB2 + +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. + // === 22NFF // Status description:: error: data exception - referent does not exist. The referent of the specified reference does not exist.