Skip to content

Commit 4dc70fb

Browse files
Add examples to the glossary descriptions (#275) (#285)
Cherry-picked from #275 Co-authored-by: Lasse Heemann <[email protected]>
1 parent 7d14b6c commit 4dc70fb

File tree

4 files changed

+170
-145
lines changed

4 files changed

+170
-145
lines changed

modules/ROOT/pages/errors/gql-errors/50N21.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
== Status description
44
error: general processing exception - no such schema descriptor. The `{ <<schemaDescrType>> }` was not found for `{ <<schemaDescr>> }`. Verify that the spelling is correct.
55

6+
For example:
7+
8+
[source, shell]
9+
----
10+
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.")
11+
----
12+
613
ifndef::backend-pdf[]
714
[discrete.glossary]
815
== Glossary

modules/ROOT/pages/errors/gql-errors/52N36.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
== Status description
55
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.
6+
67
ifndef::backend-pdf[]
78
[discrete.glossary]
89
== Glossary

0 commit comments

Comments
 (0)