Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/50N21.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
== Status description
error: general processing exception - no such schema descriptor. The `{ <<schemaDescrType>> }` was not found for `{ <<schemaDescr>> }`. Verify that the spelling is correct.

For example:

[source, shell]
----
error: general processing exception - no such schema descriptor. The label property existence constraint was not found for '(:Label1 {prop1})'. Verify that the spelling is correct.")
----

ifndef::backend-pdf[]
[discrete.glossary]
== Glossary
Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/pages/errors/gql-errors/52N36.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

== Status description
error: procedure exception - invalid procedure argument with API documentation hint. Invalid argument `{ <<field>> }` for `{ <<procParam>> }` on procedure `{ <<proc>> }`. The expected format of `{ <<procParam>> }` is outlined in the `{ <<procParamFmt>> }` API documentation.

ifndef::backend-pdf[]
[discrete.glossary]
== Glossary
Expand Down
Loading