diff --git a/modules/ROOT/pages/errors/gql-errors.adoc b/modules/ROOT/pages/errors/gql-errors.adoc index 8d3ac699..0979cc71 100644 --- a/modules/ROOT/pages/errors/gql-errors.adoc +++ b/modules/ROOT/pages/errors/gql-errors.adoc @@ -138,6 +138,10 @@ Status description:: error: data exception - interval field overflow Status description:: error: data exception - invalid value type +=== 22G05 + +Status description:: error: data exception - invalid date, time, or datetime function field name + === 22N00 Status description:: error: data exception - unsupported value. The provided value is unsupported and cannot be processed. @@ -225,9 +229,9 @@ Status description:: error: data exception - invalid spatial value. A `POINT` mu Status description:: error: data exception - invalid spatial value dimensions. Cannot create POINT with `{ $dim1 }D` coordinate reference system (CRS) and `{ $value }` coordinates. Use the equivalent `{ $dim2 }D` coordinate reference system instead. -// === 22N21 +=== 22N21 -// Status description:: error: data exception - unsupported coordinate reference system. Unsupported coordinate reference system (CRS): `{ $crs }`. +Status description:: error: data exception - unsupported coordinate reference system. Unsupported coordinate reference system (CRS): `{ $crs }`. === 22N22 @@ -265,9 +269,9 @@ Status description:: error: data exception - overflow error. The result of the o // Status description:: error: data exception - missing temporal unit. At least one temporal unit must be specified. -// === 22N31 +=== 22N31 -// Status description:: error: data exception - invalid properties in merge pattern. 'MERGE' cannot be used with graph element property values that are null or NaN. +Status description:: error: data exception - invalid properties in merge pattern. 'MERGE' cannot be used with graph element property values that are null or NaN. === 22N32 @@ -297,9 +301,9 @@ Status description:: error: data exception - invalid coercion. Cannot coerce `{ Status description:: error: data exception - invalid function argument. Invalid argument to the function `{ $fun }`. -// === 22N39 +=== 22N39 -// Status description:: error: data exception - unsupported property value type. Value `{ $value }` cannot be stored in properties. +Status description:: error: data exception - unsupported property value type. Value `{ $value }` cannot be stored in properties. // === 22N40 @@ -329,9 +333,9 @@ Status description:: error: data exception - unsupported use of parallel runtime Status description:: error: data exception - invalid parallel runtime configuration. No workers are configured for the parallel runtime. Set 'server.cypher.parallel.worker_limit' to a larger value. -// === 22N48 +=== 22N48 -// Status description:: error: data exception - unable to use specified runtime. Cannot use the specified runtime `{ $runtime }` due to `{ $cause }`. Use another runtime. +Status description:: error: data exception - unable to use specified runtime. Cannot use the specified runtime { $runtime } due to { $cause } not being supported. Use another runtime. === 22N49 @@ -365,9 +369,9 @@ Status description:: error: data exception - protocol message length limit overf // Status description:: error: data exception - invalid protocol type. Protocol type is invalid. Invalid number of struct components (received `{ $count1 }` but expected `{ $count2 }`). -// === 22N58 +=== 22N58 -// Status description:: error: data exception - invalid spatial component. Cannot read the specified `{ $component }` component from `{ $value }`. +Status description:: error: data exception - invalid spatial component. Cannot read the specified `{ $component }` component from `{ $value }`. // === 22N59 @@ -381,13 +385,13 @@ Status description:: error: data exception - protocol message length limit overf // Status description:: error: data exception - property key does not exist. The property key `{ $propKey }` does not exist. -// === 22N64 +=== 22N64 -// Status description:: error: data exception - constraint does not exist. The constraint `{ $constrDescrOrName }` does not exist. +Status description:: error: data exception - constraint does not exist. The constraint `{ $constrDescrOrName }` does not exist. -// === 22N65 +=== 22N65 -// Status description:: error: data exception - equivalent constraint already exists. An equivalent constraint already exists: `{ $constrDescrOrName }`. +Status description:: error: data exception - equivalent constraint already exists. An equivalent constraint already exists: `{ $constrDescrOrName }`. === 22N66 @@ -397,17 +401,17 @@ Status description:: error: data exception - conflicting constraint already exis Status description:: error: data exception - duplicated constraint name. A constraint with the same name already exists: `{ $constr }`. -// === 22N68 +=== 22N68 -// Status description:: error: data exception - dependent constraint managed individually. Dependent constraints cannot be managed individually and must be managed together with its graph type. +Status description:: error: data exception - dependent constraint managed individually. Dependent constraints cannot be managed individually and must be managed together with its graph type. === 22N69 Status description:: error: data exception - index does not exist. The index specified by `{ $idxDescrOrName }` does not exist. -// === 22N70 +=== 22N70 -// Status description:: error: data exception - equivalent index already exists. An equivalent index already exists: `{ $idxDescrOrName }`. +Status description:: error: data exception - equivalent index already exists. An equivalent index already exists: `{ $idxDescrOrName }`. === 22N71 @@ -417,21 +421,21 @@ Status description:: error: data exception - index with the same name already ex // Status description:: error: data exception - index required by existing constraint. A requested operation can not be performed on the specified index because the index is part of a constraint. -// === 22N73 +=== 22N73 -// Status description:: error: data exception - constraint conflicts with existing index. Constraint conflicts with already existing index `{ $idx }`. +Status description:: error: data exception - constraint conflicts with existing index. Constraint conflicts with already existing index `{ $idxDescrOrName }`. -// === 22N74 +=== 22N74 -// Status description:: error: data exception - index conflicts with existing constraint. An index that belongs to the constraint `{ $constr }` contains a conflicting index. +Status description:: error: data exception - index conflicts with existing constraint. An index that belongs to the constraint `{ $constr }` contains a conflicting index. -// === 22N75 +=== 22N75 -// Status description:: error: data exception - constraint contains duplicated tokens. The constraint specified by `{ $constrDescrOrName }` includes a label, relationship type, or property key with name `{ $token }` more than once. +Status description:: error: data exception - constraint contains duplicated tokens. The constraint specified by `{ $constrDescrOrName }` includes a label, relationship type, or property key with name `{ $token }` more than once. -// === 22N76 +=== 22N76 -// Status description:: error: data exception - index contains duplicated tokens. The index specified by `{ $idxDescrOrName }` includes a label, relationship type, or property key with name `{ $token }` more than once. +Status description:: error: data exception - index contains duplicated tokens. The index specified by `{ $idxDescrOrName }` includes a label, relationship type, or property key with name `{ $token }` more than once. === 22N77 @@ -441,9 +445,13 @@ Status description:: error: data exception - property presence verification fail Status description:: error: data exception - property type verification failed. `{ $entityType }` (`{ $entityId }`) with `{ $tokenType }` `{ $token }` must have the property `$propKey` with value type `{ $valueType }`. -// === 22N79 +=== 22N79 + +Status description:: error: data exception - property uniqueness constraint violated. Property uniqueness constraint violated: `{ $reasonList }`. -// Status description:: error: data exception - property uniqueness constraint violated. Property uniqueness constraint violated: `{ $reasons }`. +=== 22N80 + +Status description:: error: data exception - index entry conflict. Index entry conflict: `{ $value }`. === 22N81 @@ -525,13 +533,13 @@ Status description:: error: data exception - wrong token during deserialization. Status description:: error: data exception - invalid property based access control rule. Failed to administer property rule. -// === 22NA1 +=== 22NA1 -// Status description:: error: data exception - invalid property based access control rule involving non-commutative expressions. The property `{ $propKey }` must appear on the left hand side of the `{ $operation }` operator. +Status description:: error: data exception - invalid property based access control rule involving non-commutative expressions. The property `{ $propKey }` must appear on the left hand side of the `{ $operation }` operator. -// === 22NA2 +=== 22NA2 -// Status description:: error: data exception - invalid property based access control rule involving multiple properties. The expression: `{ $expr }` is not supported. Property rules can only contain one property. +Status description:: error: data exception - invalid property based access control rule involving multiple properties. The expression: `{ $expr }` is not supported. Property rules can only contain one property. // === 22NA3 @@ -549,9 +557,9 @@ Status description:: error: data exception - invalid property based access contr Status description:: error: data exception - invalid property based access control rule involving IS NOT NULL. The property value access rule pattern `{ $pred }` always evaluates to 'NULL'. Use 'IS NOT NULL' instead. -// === 22NA7 +=== 22NA7 -// Status description:: error: data exception - invalid property based access control rule involving nontrivial predicates. The expression: `{ $expr }` is not supported. Only single, literal-based predicate expressions are allowed for property-based access control. +Status description:: error: data exception - invalid property based access control rule involving nontrivial predicates. The expression: `{ $expr }` is not supported. Only single, literal-based predicate expressions are allowed for property-based access control. === 22NA8 @@ -773,6 +781,11 @@ Status description:: error: syntax error or access rule violation - invalid FIEL Status description:: error: syntax error or access rule violation - invalid input. Invalid input `{ $input }`, expected: `{ $valueList }`. +=== 42I08 + +Status description:: error: syntax error or access rule violation - invalid lower bound. The lower bound of the variable length relationship used in the `{ $fun }` function must be 0 or 1. + + === 42I13 Status description:: error: syntax error or access rule violation - invalid number of procedure or function arguments. The procedure or function call does not provide the required number of arguments; expected `{ $count1 }` but got `{ $count2 }`. The procedure or function `{ $procFun }` has the signature: `{ $sig }`. @@ -786,10 +799,19 @@ Status description:: error: syntax error or access rule violation - invalid refe Status description:: error: syntax error or access rule violation - invalid symbol in expression. Label expressions and relationship type expressions cannot contain `{ $input }`. To express a label disjunction use `{ $labelExpr }` instead. +=== 42I23 + +Status description:: error: syntax error or access rule violation - invalid quantified path pattern in shortest path. The `{ $fun }` function cannot contain a quantified path pattern. + + === 42I25 Status description:: error: syntax error or access rule violation - invalid use of `CALL IN TRANSACTIONS`. 'CALL { ... } IN TRANSACTIONS' is not supported after a write clause. +=== 42I26 + +Status description:: error: syntax error or access rule violation - invalid `DELETE`. 'DELETE ...' does not support removing labels from a node. Use 'REMOVE ...' instead. + === 42I29 Status description:: error: syntax error or access rule violation - invalid use of `IS`. The `IS` keyword cannot be used together with multiple labels in `{ $input }`. Rewrite the expression as `{ $replacement }`. @@ -798,6 +820,13 @@ Status description:: error: syntax error or access rule violation - invalid use Status description:: error: syntax error or access rule violation - invalid use of `MATCH`. 'MATCH ...' cannot directly follow an 'OPTIONAL MATCH ...'. Use a `WITH` clause between them. +=== 42I34 + +Status description:: error: syntax error or access rule violation - invalid use of pattern expression. A pattern expression can only be used to test the existence of a pattern. Use a pattern comprehension instead. + +=== 42I36 + +Status description:: error: syntax error or access rule violation - invalid use of `REPORT STATUS`. 'REPORT STATUS' can only be used when specifying 'ON ERROR CONTINUE' or 'ON ERROR BREAK'. === 42I37 @@ -811,6 +840,10 @@ Status description:: error: syntax error or access rule violation - invalid use Status description:: error: syntax error or access rule violation - invalid use of `UNION` and `UNION ALL`. `UNION` and `UNION ALL` cannot be combined. +=== 42I41 + +Status description:: error: syntax error or access rule violation - invalid use of variable length relationship. Variable length relationships cannot be used in `{ $value }`. + === 42I45 Status description:: error: syntax error or access rule violation - invalid use of multiple path patterns. Multiple path patterns cannot be used in the same clause in combination with a selective path selector. `{ $action }` @@ -903,6 +936,10 @@ Status description:: error: syntax error or access rule violation - unsupported Status description:: error: syntax error or access rule violation - unsupported request. `{ $input }` is not allowed on the system database. +=== 42N18 + +Status description:: error: syntax error or access rule violation - read-only database. The database is in read-only mode. + === 42N19 Status description:: error: syntax error or access rule violation - duplicate clause. Duplicate `{ $syntax }` clause. @@ -934,6 +971,10 @@ Status description:: error: syntax error or access rule violation - unbound vari Status description:: error: syntax error or access rule violation - specified number out of range. Expected `{ $component }` to be `{ $valueType }` in the range `{ $lower }` to `{ $upper }` but found `{ $value }`. +=== 42N32 + +Status description:: error: syntax error or access rule violation - invalid use of parameter map. Parameter maps cannot be used in `{ $keyword }` patterns. Use a literal map instead. + === 42N39 Status description:: error: syntax error or access rule violation - incompatible return columns. All subqueries in a `UNION` clause must have the same return column names. @@ -950,6 +991,10 @@ Status description:: error: syntax error or access rule violation - unsupported Status description:: error: syntax error or access rule violation - unexpected end of input. Unexpected end of input, expected 'CYPHER', 'EXPLAIN', 'PROFILE' or a query. +=== 42N47 + +Status description:: error: syntax error or access rule violation - invalid use of `UNION` and `CALL IN TRANSACTIONS`. 'CALL { ... } IN TRANSACTIONS' is not supported in '... UNION ...'. + === 42N49 Status description:: error: syntax error or access rule violation - unsupported normal form. Unknown Normal Form: `{ $input }`. @@ -958,10 +1003,36 @@ Status description:: error: syntax error or access rule violation - unsupported Status description:: error: syntax error or access rule violation - invalid parameter. Invalid parameter `{ $param }`. +=== 42N53 + +Status description:: error: syntax error or access rule violation - unsafe usage of repeatable elements. The quantified path pattern may yield an infinite number of rows under match mode `REPEATABLE ELEMENTS`. Add an upper bound to the quantified path pattern. + + +=== 42N56 + +Status description:: error: syntax error or access rule violation - unsupported use of properties. Properties are not supported in the `{ $fun }` function. + + === 42N57 Status description:: error: syntax error or access rule violation - invalid use of data-modifications in expressions. `{ $expr }` cannot contain any updating clauses. +=== 42N59 + +Status description:: error: syntax error or access rule violation - variable already defined. Variable `{ $variable }` already declared. + +=== 42N62 + +Status description:: error: syntax error or access rule violation - variable not defined. Variable `{ $variable }` not defined. + +=== 42N65 + +Status description:: error: syntax error or access rule violation - node variable not bound. The `{ $fun }` function requires bound node variables when it is not part of a 'MATCH ...'. + +=== 42N66 + +Status description:: error: syntax error or access rule violation - relationship variable already bound. Bound relationships are not allowed in calls to the `{ $fun }` function. + === 42N70 Status description:: error: syntax error or access rule violation - function without required WHERE clause. The function `{ $fun }` requires a WHERE clause. @@ -994,6 +1065,10 @@ Status description:: error: syntax error or access rule violation - missing hint Status description:: error: syntax error or access rule violation - variable already bound. Node `{ $var }` has already been bound and cannot be modified by the `{ $clause }` clause. +=== 42N81 + +Status description:: error: syntax error or access rule violation - missing request parameter. Expected `{ $param }`, but got `{ $paramList }`. + === 42N83 Status description:: error: syntax error or access rule violation - impersonation disallowed while password change required. Cannot impersonate a user while password change required. @@ -1092,6 +1167,10 @@ Status description:: error: general processing exception - execution failed. Exe Status description:: error: general processing exception - invalid server state transition. The server transitioned into a server state that is not valid in the current context: `{ $boltServerState }`. +=== 50N10 + +Status description:: error: general processing exception - index drop failed. Unable to drop `{ $idxDescrOrName }`. + === 50N11 Status description:: error: general processing exception - constraint creation failed. Unable to create `{ $constrDescrOrName }`. @@ -1100,6 +1179,18 @@ Status description:: error: general processing exception - constraint creation f Status description:: error: general processing exception - constraint drop failed. Unable to drop `{ $constrDescrOrName }`. +=== 50N13 + +Status description:: error: general processing exception - constraint validation error. Unable to validate constraint `{ $constrDescrOrName }`. + +=== 50N14 + +Status description:: error: general processing exception - constraint violation. A constraint imposed by the database was violated. + +=== 50N15 + +Status description:: error: general processing exception - unsupported index operation. The system attemped to execute an unsupported operation on index `{ $idx }`. See debug.log for more information. + === 50N16 Status description:: error: general processing exception - remote execution transient error. Remote execution failed. See cause for more details. @@ -1237,6 +1328,9 @@ Status description:: error: system configuration or operation exception - cyclic Status description:: error: system configuration or operation exception - insufficient resources for plan search. Could not find a query plan within given time and space limits. +=== 51N25 + +Status description:: error: system configuration or operation exception - database is busy. Cannot compile query due to excessive updates to indexes and constraints. === 51N27 @@ -1379,6 +1473,13 @@ Status description:: error: system configuration or operation exception - intern Status description:: error: system configuration or operation exception - unable to check enterprise license acceptance. The DBMS is unable to determine the enterprise license acceptance status. +=== 51N61 + +Status description:: error: system configuration or operation exception - index population failed. Index `{ $idx }` population failed. + +=== 51N62 + +Status description:: error: system configuration or operation exception - index is in a failed state. Unable to use index `{ $idx }` because it is in a failed state. See logs for more information. === 51N63 @@ -1421,7 +1522,7 @@ Status description:: error: system configuration or operation exception - memory === 51N73 -Status description:: error: system configuration or operation exception - transaction memory limit reached. The transaction uses more memory than it is allowed. The maximum allowed size for a transaction can be configured with `{ $cfgSetting }` in the neo4j.conf file. +Status description:: error: system configuration or operation exception - transaction memory limit reached. The transaction uses more memory than is allowed. The maximum allowed size for a transaction can be configured with `{ $cfgSetting }` in the neo4j.conf file. === 51N74 @@ -1431,6 +1532,10 @@ Status description:: error: system configuration or operation exception - maximu Procedure exceptions occur when there is an error in executing a procedure, such as when the procedure execution fails due to a client error, when the procedure cannot be invoked on a primary, when the number of arguments to checkConnectivity is invalid, etc. +=== 52N01 + +Status description:: error: procedure exception - procedure execution timeout. Execution of the procedure `{ $proc }` timed out after `{ $timeAmount }` `{ $timeUnit }`. + === 52N02 Status description:: error: procedure exception - procedure execution client error. Execution of the procedure `{ $proc }` failed due to a client error. @@ -1495,6 +1600,9 @@ Status description:: error: procedure exception - too many seeders. The number o Status description:: error: procedure exception - no such seeder. The specified seeding server with id `{ $server }` was not found. Verify that the spelling is correct. +=== 52N22 + +Status description:: error: procedure exception - invalid procedure argument. Invalid argument `{ $field }` for `{ $procParam }` on procedure `{ $proc }`. The expected format of `{ $procParam }` is `{ $procParamFmt }`. === 52N23 @@ -1532,5 +1640,35 @@ Status description:: error: procedure exception - procedure sandboxed. `{ $sig } Status description:: error: procedure exception - procedure compilation failed. Failed to compile procedure/function defined in `{ $procClass }`: `{ $msg }` +=== 52N36 + +Status description:: 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. + +=== 52N37 + +Status description:: error: procedure exception - procedure execution error. Execution of the procedure `{ $proc } ` failed. + +=== 52U00 + +Status description:: error: procedure exception - custom procedure execution error cause. Execution of the procedure `{ $proc }` failed due to `{ $msgTitle }`: { $msg }. + +== Function exceptions + +=== 53N34 + +Status description:: error: function exception - function restricted. `{ $fun }` is restricted and accesses database internals. User-defined function restriction is controlled by the `dbms.security.procedures.unrestricted` setting. Only un-restrict user-defined functions you can trust with access to database internals. + +=== 53N35 + +Status description:: error: function exception - function compilation failed. Failed to compile function defined in `{ $funClass }`: { $msg } + +=== 53N37 + +Status description:: error: function exception - function execution error. Execution of the function `{ $fun }` failed. + +=== 53U00 + +Status description:: error: function exception - custom function execution error cause. Execution of the function `{ $fun }` failed due to `{ $msgTitle }`: { $msg }. +