|
1 |
| -// This is an automatically generated file. Do not edit it directly. It is generated from the templates/gql-index-template.adoc file and should be edited there. |
| 1 | +// THIS IS AN AUTOMATICALLY GENERATED FILE. DO NOT EDIT IT. THE STRUCTURE IS GENERATED FROM templates/gql-index-template.adoc AND THE CODES ARE POPULATED BY THE SCRIPTS LOCATED IN THE scripts/ FOLDER. |
2 | 2 |
|
3 | 3 |
|
4 | 4 | :description: This section describes the GQLSTATUS errors that Neo4j can return, grouped by category, and an example of when they can occur.
|
@@ -120,7 +120,7 @@ Status description:: error: connection exception - shard execution client error.
|
120 | 120 | [[data-exceptions]]
|
121 | 121 | == Data exceptions
|
122 | 122 |
|
123 |
| -Database exceptions occur when a client request contains the wrong format, types, or other unsupported input. |
| 123 | +Data exceptions occur when a client request contains the wrong format, types, or other unsupported input. |
124 | 124 | Some examples are data and constraint creation, which conflicts with existing constraints, properties of non-storable type, and spatial and temporal values with invalid components.
|
125 | 125 |
|
126 | 126 | === xref:errors/gql-errors/22000.adoc[22000]
|
@@ -490,9 +490,10 @@ Status description:: error: data exception - not a valid CIDR IP. `{ <<input>> }
|
490 | 490 |
|
491 | 491 | Status description:: error: data exception - new password cannot be the same as the old password. Expected the new password to be different from the old password.
|
492 | 492 |
|
| 493 | +[role=label--changed-2025.05] |
493 | 494 | === xref:errors/gql-errors/22N90.adoc[22N90]
|
494 | 495 |
|
495 |
| -Status description:: error: data exception - property type unsupported in constraint. `{ <<item>> }` is not supported in property type constraints. |
| 496 | +Status description:: error: data exception - property type unsupported in constraint. `{ <<valueType>> }` is not supported in property type constraints. |
496 | 497 |
|
497 | 498 | === xref:errors/gql-errors/22N91.adoc[22N91]
|
498 | 499 |
|
@@ -608,7 +609,7 @@ Status description:: error: data exception - invalid Neo4j type. `{ <<input>> }`
|
608 | 609 |
|
609 | 610 | === xref:errors/gql-errors/22NB9.adoc[22NB9]
|
610 | 611 |
|
611 |
| -Status description:: error: data exception - invalid inner list type. Lists cannot have `{ <<item>> }` as an inner type in this context. |
| 612 | +Status description:: error: data exception - invalid inner list type. Lists cannot have `{ <<typeDescription>> }` as an inner type in this context. |
612 | 613 |
|
613 | 614 |
|
614 | 615 | [[invalid-transaction-state]]
|
|
0 commit comments