diff --git a/modules/ROOT/pages/errors/gql-errors/50N21.adoc b/modules/ROOT/pages/errors/gql-errors/50N21.adoc index bdc518ad..c1524eba 100644 --- a/modules/ROOT/pages/errors/gql-errors/50N21.adoc +++ b/modules/ROOT/pages/errors/gql-errors/50N21.adoc @@ -3,6 +3,13 @@ == Status description error: general processing exception - no such schema descriptor. The `{ <> }` was not found for `{ <> }`. 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 diff --git a/modules/ROOT/pages/errors/gql-errors/52N36.adoc b/modules/ROOT/pages/errors/gql-errors/52N36.adoc index dc6b90b2..58c6b95d 100644 --- a/modules/ROOT/pages/errors/gql-errors/52N36.adoc +++ b/modules/ROOT/pages/errors/gql-errors/52N36.adoc @@ -3,6 +3,7 @@ == Status description error: procedure exception - invalid procedure argument with API documentation hint. Invalid argument `{ <> }` for `{ <> }` on procedure `{ <> }`. The expected format of `{ <> }` is outlined in the `{ <> }` API documentation. + ifndef::backend-pdf[] [discrete.glossary] == Glossary diff --git a/modules/ROOT/pages/notifications/all-notifications.adoc b/modules/ROOT/pages/notifications/all-notifications.adoc index 90b09bba..d35ddefa 100644 --- a/modules/ROOT/pages/notifications/all-notifications.adoc +++ b/modules/ROOT/pages/notifications/all-notifications.adoc @@ -46,7 +46,7 @@ m|PERFORMANCE m|03N90 |Status description a|info: cartesian product. -The disconnected patterns `{ $pat }` build a cartesian product. +The disconnected patterns `{ <> }` build a cartesian product. A cartesian product may produce a large amount of data and slow down query processing. |Classification m|PERFORMANCE @@ -137,7 +137,7 @@ m|PERFORMANCE |GQLSTATUS code m|03N91 |Status description -a|info: unbounded variable length pattern. The provided pattern `{ $pat }` is unbounded. +a|info: unbounded variable length pattern. The provided pattern `{ <> }` is unbounded. Shortest path with an unbounded pattern may result in long execution times. Use an upper limit (e.g. `[*..5]`) on the number of node hops in your pattern. |Classification @@ -229,7 +229,7 @@ m|PERFORMANCE m|03N92 |Status description a|info: exhaustive shortest path. -The query runs with exhaustive shortest path due to the existential predicate(s) `{ $pred_list }`. +The query runs with exhaustive shortest path due to the existential predicate(s) `{ <> }`. It may be possible to use `WITH` to separate the `MATCH` from the existential predicate(s). |Classification m|PERFORMANCE @@ -322,7 +322,7 @@ m|03N93 |Status description a|info: no applicable index. `LOAD CSV` in combination with `MATCH` or `MERGE` on a label that does not have an index may result in long execution times. -Consider adding an index for label `{ $label }`. +Consider adding an index for label `{ <