|
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. |
@@ -107,7 +107,7 @@ Status description:: error: connection exception - general driver database error |
107 | 107 | [[data-exceptions]] |
108 | 108 | == Data exceptions |
109 | 109 |
|
110 | | -Database exceptions occur when a client request contains the wrong format, types, or other unsupported input. |
| 110 | +Data exceptions occur when a client request contains the wrong format, types, or other unsupported input. |
111 | 111 | 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. |
112 | 112 |
|
113 | 113 | === xref:errors/gql-errors/22000.adoc[22000] |
@@ -465,9 +465,10 @@ Status description:: error: data exception - not a valid CIDR IP. `{ <<input>> } |
465 | 465 |
|
466 | 466 | 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. |
467 | 467 |
|
| 468 | +[role=label--changed-2025.05] |
468 | 469 | === xref:errors/gql-errors/22N90.adoc[22N90] |
469 | 470 |
|
470 | | -Status description:: error: data exception - property type unsupported in constraint. `{ <<item>> }` is not supported in property type constraints. |
| 471 | +Status description:: error: data exception - property type unsupported in constraint. `{ <<valueType>> }` is not supported in property type constraints. |
471 | 472 |
|
472 | 473 | === xref:errors/gql-errors/22N91.adoc[22N91] |
473 | 474 |
|
@@ -579,7 +580,7 @@ Status description:: error: data exception - invalid Neo4j type. `{ <<input>> }` |
579 | 580 |
|
580 | 581 | === xref:errors/gql-errors/22NB9.adoc[22NB9] |
581 | 582 |
|
582 | | -Status description:: error: data exception - invalid inner list type. Lists cannot have `{ <<item>> }` as an inner type in this context. |
| 583 | +Status description:: error: data exception - invalid inner list type. Lists cannot have `{ <<typeDescription>> }` as an inner type in this context. |
583 | 584 |
|
584 | 585 |
|
585 | 586 | [[invalid-transaction-state]] |
|
0 commit comments