Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions modules/ROOT/pages/notifications/all-notifications.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@ m|UNRECOGNIZED
m|01N50
|Status description
a|warn: unknown label.
The label `{ $label }` does not exist.
The label `{ $label }` does not exist in database `{ $db }`.
Verify that the spelling is correct.
|Classification
m|UNRECOGNIZED
Expand All @@ -992,7 +992,7 @@ Returned GQLSTATUS code::

Returned status description::
warn: unknown label.
The label `Perso` does not exist.
The label `Perso` does not exist in database `neo4j`.
Verify that the spelling is correct.

Suggestions for improvement::
Expand Down Expand Up @@ -1038,7 +1038,7 @@ m|UNRECOGNIZED
m|01N51
|Status description
a|warn: unknown relationship type.
The relationship type `{ $reltype }` does not exist.
The relationship type `{ $reltype }` does not exist in database `{ $db }`.
Verify that the spelling is correct.
|Classification
m|UNRECOGNIZED
Expand All @@ -1063,7 +1063,7 @@ Returned GQLSTATUS code::

Returned status description::
warn: unknown relationship type.
The relationship type `NonExistingType` does not exist.
The relationship type `NonExistingType` does not exist in database `neo4j`.
Verify that the spelling is correct.

Suggestions for improvement::
Expand Down Expand Up @@ -1109,7 +1109,7 @@ m|UNRECOGNIZED
m|01N52
|Status description
a|warn: unknown property key.
The property `{ $propkey }` does not exist.
The property `{ $propkey }` does not exist in database `{ $db }`.
Verify that the spelling is correct.
|Classification
m|UNRECOGNIZED
Expand All @@ -1135,7 +1135,7 @@ Returned GQLSTATUS code::

Returned status description::
warn: unknown property key.
The property `nme` does not exist.
The property `nme` does not exist in database `neo4j`.
Verify that the spelling is correct.

Suggestions for improvement::
Expand Down