Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
386 changes: 380 additions & 6 deletions modules/ROOT/content-nav.adoc

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion modules/ROOT/pages/errors/all-errors.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[[neo4j-errors]]
= List of Neo4j error codes

This page lists the current Neo4j error codes, which which are returned along side xref:errors/gql-errors.adoc[GQLSTATUS error codes], grouped by type.
This page lists the current Neo4j error codes, which which are returned along side xref:errors/gql-errors/index.adoc[GQLSTATUS error codes], grouped by type.

== Client errors

Expand Down
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/08000.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 08000

== Status description
error: connection exception
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/08007.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 08007

== Status description
error: connection exception - transaction resolution unknown
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/08N00.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 08N00

== Status description
error: connection exception - unable to connect to database. Unable to connect to database `{ $db }`. Unable to get bolt address of the leader. Check the status of the database. Retrying your request at a later time may succeed.
9 changes: 9 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/08N01.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
= 08N01

== Status description
error: connection exception - unable to write to database. Unable to write to database `{ $db }` on this server. Server-side routing is disabled. Either connect to the database leader directly or enable server-side routing by setting '{ $cfgSetting }=true'.



== Possible solution
Either connect to the database directly using the driver or interactively with the `:use mydb` command), or enable server-side routing by setting `dbms.routing.enabled=true` in the configuration.
12 changes: 12 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/08N02.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
= 08N02

== Status description
error: connection exception - unable to connect to database. Unable to connect to database `{ $db }`. Server-side routing is disabled. Either connect to `{ $db }` directly, or enable server-side routing by setting '{ $cfgSetting }=true'.

// [source]
// ----
// error: connection exception - unable to connect to database. Unable to connect to database `mydb`. Server-side routing is disabled. Either connect to `mydb` directly, or enable server-side routing by setting 'dbms.routing.enabled=true'.
// ----

== Possible solution
Either connect to the database directly using the driver or interactively with the `:use mydb` command, or enable server-side routing by setting `dbms.routing.enabled=true` in the configuration.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/08N03.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 08N03

== Status description
error: connection exception - failed to write to graph. Failed to write to graph `{ $graph }`. Check the defined access mode in both driver and database.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/08N04.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 08N04

== Status description
error: unable to route use clause. Routing with `{ $clause }` is not supported in embedded sessions. Connect to the database directly or try running the query using a Neo4j driver or the HTTP API.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/08N05.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 08N05

== Status description
error: connection exception - unable to route administration command. Routing administration commands is not supported in embedded sessions. Connect to the system database directly or try running the query using a Neo4j driver or the HTTP API.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/08N06.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 08N06

== Status description
error: connection exception - protocol error. General network protocol error.
9 changes: 9 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/08N07.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
= 08N07

== Status description
error: connection exception - not the leader. This member is not the leader.


== Possible solution
No write operations are allowed directly on this database.
Connect to the leader directly or enable server-side routing by setting `dbms.routing.enabled=true` in the configuration.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/08N08.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 08N08

== Status description
error: connection exception - database is read only. This database is read only on this server.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/08N09.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 08N09

== Status description
error: connection exception - database unavailable. The database `{ $db }` is currently unavailable. Check the database status. Retry your request at a later time.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/08N10.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 08N10

== Status description
error: connection exception - invalid server state. Message `{ $msg }` cannot be handled by session in the `{ $boltServerState }` state.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/08N11.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 08N11

== Status description
error: connection exception - request error. The request is invalid and could not be processed by the server. See cause for further details.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/08N12.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 08N12

== Status description
error: connection exception - failed to parse bookmark. Failed to parse the supplied bookmark. Verify it is correct or check the debug log for more information.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/08N13.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 08N13

== Status description
error: connection exception - database not up to requested bookmark. The database `{ $db }` is not up to the requested bookmark `{ $transactionId1 }`. The latest transaction ID is `{ $transactionId2 }`.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/08N14.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 08N14

== Status description
error: connection exception - alias chains are not permitted. Unable to provide a routing table for the database identifed by the alias `{ $alias1 }` because the request comes from another alias `{ $alias2 }` and alias chains are not permitted.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/08N15.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 08N15

== Status description
error: connection exception - no such routing policy. Policy definition of the routing policy `{ $routingPolicy }` could not be found. Verify that the spelling is correct.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/08N16.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 08N16

== Status description
error: connection exception - general driver client error. Remote execution failed with message `{ $msg }`.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/08N17.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 08N17

== Status description
error: connection exception - general driver transient error. Remote execution failed with message `{ $msg }`.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/08N18.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 08N18

== Status description
error: connection exception - general driver database error. Remote execution failed with message `{ $msg }`.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22000.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22000

== Status description
error: data exception
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22003.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22003

== Status description
error: data exception - numeric value out of range. The numeric value `{ $value }` is outside the required range.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22007.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22007

== Status description
error: data exception - invalid date, time, or datetime format
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22015.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22015

== Status description
error: data exception - interval field overflow
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22G03.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22G03

== Status description
error: data exception - invalid value type
5 changes: 5 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22G05.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
= 22G05


== Status description
error: data exception - invalid date, time, or datetime function field name
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N00.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22N00

== Status description
error: data exception - unsupported value. The provided value is unsupported and cannot be processed.
5 changes: 5 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N01.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
= 22N01

== Status description
error: data exception - invalid type.
Expected the value `{ $value }` to be of type `{ $valueTypeList }`, but was of type `{ $valueType }`.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N02.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22N02

== Status description
error: data exception - specified negative numeric value. Expected `{ $option }` to be a positive number but found `{ $value }` instead.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N03.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22N03

== Status description
error: data exception - specified numeric value out of range. Expected `{ $component }` to be of type `{ $valueType }` and in the range `{ $lower }` to `{ $upper }` but found `{ $value }`.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N04.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22N04

== Status description
error: data exception - invalid input value. Invalid input `{ $input }` for `{ $context }`. Expected `{ $inputList }`.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N05.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22N05

== Status description
error: data exception - input failed validation. Invalid input `{ $input }` for `{ $context }`.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N06.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22N06

== Status description
error: data exception - empty input string. Invalid input. `{ $option }` needs to be specified.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N07.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22N07

== Status description
error: data exception - invalid pre-parser option key. Invalid pre-parser option(s): `{ $optionList }`.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N08.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22N08

== Status description
error: data exception - invalid pre-parser combination. Invalid pre-parser option, cannot combine `{ $option1 }` with `{ $option2 }`.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N09.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22N09

== Status description
error: data exception - conflicting pre-parser combination. Invalid pre-parser option, cannot specify multiple conflicting values for `{ $option }`.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N10.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22N10

== Status description
error: data exception - invalid pre-parser option value. Invalid pre-parser option, specified `{ $input }` is not valid for option `{ $option }`. Valid options are: `{ $optionList }`.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N11.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22N11

== Status description
error: data exception - invalid argument. Invalid argument: cannot process `{ $input }`.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N12.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22N12

== Status description
error: data exception - invalid date, time, or datetime format. Invalid argument: cannot process `{ $input }`.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N13.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22N13

== Status description
error: data exception - invalid time zone. Specified time zones must include a date component.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N14.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22N14

== Status description
error: data exception - invalid temporal value combination. Cannot select both `{ $temporal }` and `{ $component }`.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N15.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22N15

== Status description
error: data exception - invalid temporal component. Cannot read the specified `{ $component }` component from `{ $temporal }`.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N18.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22N18

== Status description
error: data exception - incomplete spatial value. A `{ $crs }` POINT must contain `{ $mapKeyList }`.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N19.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22N19

== Status description
error: data exception - invalid spatial value. A `POINT` must contain either 'x' and 'y', or 'latitude' and 'longitude'.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N20.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22N20

== 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.
5 changes: 5 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N21.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
= 22N21


== Status description
error: data exception - unsupported coordinate reference system. Unsupported coordinate reference system (CRS): `{ $crs }`.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N22.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22N22

== Status description
error: data exception - invalid spatial value combination. Cannot specify both coordinate reference system (CRS) and spatial reference identifier (SRID).
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N23.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22N23

== Status description
error: data exception - invalid latitude value. Cannot create WGS84 POINT with invalid coordinate: `{ $coordinates }`. The valid range for the latitude coordinate is [-90, 90].
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N24.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22N24

== Status description
error: data exception - invalid coordinate arguments. Cannot construct a `{ $valueType }` from `{ $coordinates }`.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N25.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22N25

== Status description
error: data exception - invalid temporal arguments. Cannot construct a `{ $valueType }` from `{ $temporal }`.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N26.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22N26

== Status description
error: data exception - unsupported rounding mode. Unknown rounding mode. Valid values are: `CEILING`, `FLOOR`, `UP`, `DOWN`, `HALF_EVEN`, `HALF_UP`, `HALF_DOWN`, `UNNECESSARY`.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N27.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22N27

== Status description
error: data exception - invalid entity type. Invalid input `{ $input }` for `{ $context }`. Expected to be `{ $valueTypeList }`.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N28.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22N28

== Status description
error: data exception - overflow error. The result of the operation `{ $operation }` has caused an overflow.
5 changes: 5 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N31.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
= 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.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N32.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22N32

== Status description
error: data exception - non-deterministic sort expression. 'ORDER BY' expressions must be deterministic.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N33.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22N33

== Status description
error: data exception - invalid shortest path expression. Shortest path expressions must contain start and end nodes. Cannot find: `{ $variable }`.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N35.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22N35

== Status description
error: data exception - invalid date format. Cannot parse `{ $input }` as a DATE. Calendar dates need to be specified using the format 'YYYY-MM', while ordinal dates need to be specified using the format 'YYYY-DDD'.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N36.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22N36

== Status description
error: data exception - invalid temporal format. Cannot parse `{ $input }` as a `{ $valueType }`.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N37.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22N37

== Status description
error: data exception - invalid coercion. Cannot coerce `{ $value }` to `{ $valueType }`.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N38.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22N38

== Status description
error: data exception - invalid function argument. Invalid argument to the function `{ $fun }`.
5 changes: 5 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N39.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
= 22N39


== Status description
error: data exception - unsupported property value type. Value `{ $value }` cannot be stored in properties.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N41.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22N41

== Status description
error: data exception - merge node uniqueness constraint violation. The 'MERGE' clause did not find a matching node `{ $variable }` and cannot create a new node due to conflicts with existing uniqueness constraints.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N42.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22N42

== Status description
error: data exception - merge relationship uniqueness constraint violation. The 'MERGE' clause did not find a matching relationship `{ $variable }` and cannot create a new relationship due to conflicts with existing uniqueness constraints.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N43.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22N43

== Status description
error: data exception - unable to load external resource. Could not load external resource from `{ $url }`.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N44.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22N44

== Status description
error: data exception - parallel runtime disabled. Parallel runtime has been disabled, enable it or upgrade to a bigger Aura instance.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N46.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22N46

== Status description
error: data exception - unsupported use of parallel runtime. Parallel runtime does not support updating queries or a change in the state of transactions. Use another runtime.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N47.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22N47

== 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.
5 changes: 5 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N48.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
= 22N48


== 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.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N49.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22N49

== Status description
error: data exception - CSV buffer size overflow. Cannot read a CSV field larger than the set buffer size. Ensure the field does not have an unterminated quote, or increase the buffer size via 'dbms.import.csv.buffer_size'.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N51.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= 22N51

== Status description
error: data exception - database or alias does not exist. A [composite] database or alias with the name `{ $db }` does not exist. Verify that the spelling is correct.
Loading