Skip to content

Commit 9c3e9b4

Browse files
committed
regenerate the index file
1 parent 8750e16 commit 9c3e9b4

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

modules/ROOT/pages/errors/gql-errors/index.adoc

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ Please note that while GQLSTATUS codes remain stable (any changes to them will b
1515
For this reason, parsing the status descriptions or incorporating them into scripts is not recommended.
1616
====
1717

18-
The error codes are grouped by condition, and within each condition, they are ordered by their code.
19-
Each error code links to a page with more details about the error, including the status description and an example of when it can occur.
20-
In some scenarios, the server may return a chain of errors, where the most specific error is returned as the cause of a more general error.
21-
Keep in mind that the order of the error chain may differ between different tools, drivers, and the documentation, but the most specific error will always be the cause of the more general error.
22-
2318
[[connection-exceptions]]
2419
== Connection exceptions
2520

@@ -1194,7 +1189,7 @@ Status description:: error: syntax error or access rule violation - search claus
11941189

11951190
=== xref:errors/gql-errors/42I72.adoc[42I72]
11961191

1197-
Status description:: error: syntax error or access rule violation - search clause with too complex pattern. In order to have a search clause, a `MATCH` statement can only have a single node or relationship pattern and no selectors.
1192+
Status description:: error: syntax error or access rule violation - search clause with too complex pattern. In order to have a search clause, a MATCH statement can not have any selectors.
11981193

11991194
=== xref:errors/gql-errors/42I73.adoc[42I73]
12001195

0 commit comments

Comments
 (0)