@@ -966,7 +966,7 @@ m|UNRECOGNIZED
966966m|01N50
967967|Status description
968968a|warn: unknown label.
969- The label `{ $label }` does not exist.
969+ The label `{ $label }` does not exist in database `{ $db }` .
970970Verify that the spelling is correct.
971971|Classification
972972m|UNRECOGNIZED
@@ -992,7 +992,7 @@ Returned GQLSTATUS code::
992992
993993Returned status description::
994994warn: unknown label.
995- The label `Perso` does not exist.
995+ The label `Perso` does not exist in database `neo4j` .
996996Verify that the spelling is correct.
997997
998998Suggestions for improvement::
@@ -1038,7 +1038,7 @@ m|UNRECOGNIZED
10381038m|01N51
10391039|Status description
10401040a|warn: unknown relationship type.
1041- The relationship type `{ $reltype }` does not exist.
1041+ The relationship type `{ $reltype }` does not exist in database `{ $db }` .
10421042Verify that the spelling is correct.
10431043|Classification
10441044m|UNRECOGNIZED
@@ -1063,7 +1063,7 @@ Returned GQLSTATUS code::
10631063
10641064Returned status description::
10651065warn: unknown relationship type.
1066- The relationship type `NonExistingType` does not exist.
1066+ The relationship type `NonExistingType` does not exist in database `neo4j` .
10671067Verify that the spelling is correct.
10681068
10691069Suggestions for improvement::
@@ -1109,7 +1109,7 @@ m|UNRECOGNIZED
11091109m|01N52
11101110|Status description
11111111a|warn: unknown property key.
1112- The property `{ $propkey }` does not exist.
1112+ The property `{ $propkey }` does not exist in database `{ $db }` .
11131113Verify that the spelling is correct.
11141114|Classification
11151115m|UNRECOGNIZED
@@ -1135,7 +1135,7 @@ Returned GQLSTATUS code::
11351135
11361136Returned status description::
11371137warn: unknown property key.
1138- The property `nme` does not exist.
1138+ The property `nme` does not exist in database `neo4j` .
11391139Verify that the spelling is correct.
11401140
11411141Suggestions for improvement::
0 commit comments