GQLSTATUS 错误代码列表
本页提供 Neo4j 中所有 GQLSTATUS 服务器错误代码的概览。Neo4j 中的所有错误均具有严重级别 ERROR。
|
请注意,虽然 GQLSTATUS 代码保持稳定(对其进行任何更改都会导致不兼容),但与这些代码关联的状态描述的更改不是不兼容的,且可能随时发生。因此,不建议解析状态描述或将其纳入脚本中。 |
错误代码按情况分组,在每个情况内部按代码顺序排列。每个错误代码都链接到一个页面,该页面提供关于错误的更详细信息,包括状态描述以及可能出现的示例。在某些情况下,服务器可能返回一系列错误,其中最具体的错误作为更一般错误的原因返回。请记住,错误链的顺序可能在不同工具、驱动和文档之间有所不同,但最具体的错误始终是更一般错误的原因。
连接异常
连接异常发生在客户端(例如 Browser、Bloom、Cypher Shell)因网络问题、服务器端路由被禁用或数据库不可用等各种原因无法连接到服务器时。
08000
- 状态描述
-
error: connection exception
08007
- 状态描述
-
error: connection exception - transaction resolution unknown
08N00
- 状态描述
-
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.
08N01
- 状态描述
-
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.
08N02
- 状态描述
-
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.
08N03
- 状态描述
-
error: connection exception - failed to write to graph. Failed to write to graph
{ $graph }. Check the defined access mode in both driver and database.
08N04
- 状态描述
-
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.
08N05
- 状态描述
-
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.
08N06
- 状态描述
-
error: connection exception - protocol error. General network protocol error.
08N07
- 状态描述
-
error: connection exception - not the leader. This member is not the leader.
08N08
- 状态描述
-
error: connection exception - database is read only. This database is read only on this server.
08N09
- 状态描述
-
error: connection exception - database unavailable. The database
{ $db }is currently unavailable. Check the database status. Retry your request at a later time.
08N10
- 状态描述
-
error: connection exception - invalid server state. Message
{ $msg }cannot be handled by session in the{ $boltServerState }state.
08N11
- 状态描述
-
error: connection exception - request error. The request is invalid and could not be processed by the server. See cause for further details.
08N12
- 状态描述
-
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.
08N13
- 状态描述
-
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 }.
08N14
- 状态描述
-
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.
08N15
- 状态描述
-
error: connection exception - no such routing policy. Policy definition of the routing policy
{ $routingPolicy }could not be found. Verify that the spelling is correct.
08N16
- 状态描述
-
error: connection exception - general driver client error. Remote execution failed with message
{ $msg }.
08N17
- 状态描述
-
error: connection exception - general driver transient error. Remote execution failed with message
{ $msg }.
08N18
- 状态描述
-
error: connection exception - general driver database error. Remote execution failed with message
{ $msg }.
数据异常
数据异常发生在客户端请求的格式、类型或其他不受支持的输入有误时。示例包括数据和约束创建时与已有约束冲突、非可存储类型的属性,以及具有无效组件的空间或时间值。
22000
- 状态描述
-
error: data exception
22003
- 状态描述
-
error: data exception - numeric value out of range. The numeric value
{ $value }is outside the required range.
22004
- 状态描述
-
error: data exception - null value not allowed
22007
- 状态描述
-
error: data exception - invalid date, time, or datetime format
22012
- 状态描述
-
error: data exception - division by zero
22015
- 状态描述
-
error: data exception - interval field overflow
22G03
- 状态描述
-
error: data exception - invalid value type
22G05
- 状态描述
-
error: data exception - invalid date, time, or datetime function field name
22G0I
- 状态描述
-
error: data exception - invalid duration field.
{ $field }is not a valid duration field.
22N00
- 状态描述
-
error: data exception - unsupported value. The provided value is unsupported and cannot be processed.
22N01
- 状态描述
-
error: data exception - invalid type. Expected the value
{ $value }to be of type{ $valueTypeList }, but was of type{ $valueType }.
22N03
- 状态描述
-
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 }.
22N04
- 状态描述
-
error: data exception - invalid input value. Invalid input
{ $input }for{ $context }. Expected{ $inputList }.
22N06
- 状态描述
-
error: data exception - required input missing. Invalid input.
{ $inputList }needs to be specified.
22N07
- 状态描述
-
error: data exception - invalid pre-parser option key. Invalid pre-parser option(s):
{ $optionList }.
22N08
- 状态描述
-
error: data exception - invalid pre-parser combination. Invalid pre-parser option, cannot combine
{ $option1 }with{ $option2 }.
22N09
- 状态描述
-
error: data exception - conflicting pre-parser combination. Invalid pre-parser option, cannot specify multiple conflicting values for
{ $option }.
22N10
- 状态描述
-
error: data exception - invalid pre-parser option value. Invalid pre-parser option, specified
{ $input }is not valid for option{ $option }. Valid options are:{ $optionList }.
22N12
- 状态描述
-
error: data exception - invalid date, time, or datetime format. Invalid argument: cannot process
{ $input }.
22N13
- 状态描述
-
error: data exception - invalid time zone. Specified time zones must include a date component.
22N14
- 状态描述
-
error: data exception - invalid temporal value combination. Cannot select both
{ $temporal1 }and{ $temporal2 }.
22N15
- 状态描述
-
error: data exception - invalid temporal component. Cannot read the specified
{ $component }component from{ $temporal }.
22N18
- 状态描述
-
error: data exception - incomplete spatial value. A
{ $crs }POINT must contain{ $mapKeyList }.
22N19
- 状态描述
-
error: data exception - invalid spatial value. A
POINTmust contain eitherxandy, orlatitudeandlongitude.
22N21
- 状态描述
-
error: data exception - unsupported coordinate reference system. Unsupported coordinate reference system (CRS):
{ $crs }.
22N22
- 状态描述
-
error: data exception - invalid spatial value combination. Cannot specify both coordinate reference system (CRS) and spatial reference identifier (SRID).
22N23
- 状态描述
-
error: data exception - invalid latitude value. Cannot create WGS84 POINT with invalid coordinate:
{ $coordinates }. The valid range for the latitude coordinate is [-90, 90].
22N24
- 状态描述
-
error: data exception - invalid coordinate arguments. Cannot construct a
{ $valueType }from{ $coordinates }.
22N25
- 状态描述
-
error: data exception - invalid temporal arguments. Cannot construct a
{ $valueType }from{ $temporal }.
22N26
- 状态描述
-
error: data exception - unsupported rounding mode. Unknown rounding mode. Valid values are:
CEILING,FLOOR,UP,DOWN,HALF_EVEN,HALF_UP,HALF_DOWN,UNNECESSARY.
22N27
- 状态描述
-
error: data exception - invalid entity type. Invalid input
{ $input }for{ $context }. Expected to be{ $valueTypeList }{ $hint }.
22N28
- 状态描述
-
error: data exception - overflow error. The result of the operation
{ $operation }has caused an overflow.
22N29
- 状态描述
-
error: data exception - unknown coordinate reference system. Unknown coordinate reference system (CRS).
22N30
- 状态描述
-
error: data exception - missing temporal unit. At least one temporal unit must be specified.
22N31
- 状态描述
-
error: data exception - invalid properties in merge pattern. The
{ $entityType }property{ $propKey }in{ $pat }is invalid.MERGEcannot be used with a graph element property value that is{ $value }.
22N32
- 状态描述
-
error: data exception - non-deterministic sort expression.
ORDER BYexpressions must be deterministic.
22N33
- 状态描述
-
error: data exception - invalid shortest path expression. Shortest path expressions must contain start and end nodes. Cannot find:
{ $variable }.
22N34
- 状态描述
-
error: data exception - invalid use of aggregate function. Cannot use
{22N35
- 状态描述
-
error: data exception - invalid date format. Cannot parse
{22N36
- 状态描述
-
error: data exception - invalid temporal format. Cannot parse
{ $valueType }.
22N37
- 状态描述
-
error: data exception - invalid coercion. Cannot coerce
{ $valueType }.
22N38
- 状态描述
-
error: data exception - invalid function argument. Invalid argument to the function
{22N39
- 状态描述
-
error: data exception - unsupported property value type. Value
{22N40
- 状态描述
-
error: data exception - non-assignable temporal component. Cannot assign
{ $valueType }.
22N41
- 状态描述
-
error: data exception - merge node uniqueness constraint violation. The
MERGEclause did not find a matching node{22N42
- 状态描述
-
error: data exception - merge relationship uniqueness constraint violation. The
MERGEclause did not find a matching relationship{22N43
- 状态描述
-
error: data exception - unable to load external resource. Could not load external resource from
{22N44
- 状态描述
-
error: data exception - parallel runtime disabled. Parallel runtime has been disabled, enable it or upgrade to a bigger Aura instance.
22N46
- 状态描述
-
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.
22N47
- 状态描述
-
error: data exception - invalid parallel runtime configuration. No workers are configured for the parallel runtime. Set
server.cypher.parallel.worker_limitto a larger value.
22N48
- 状态描述
-
error: data exception - unable to use specified runtime. Cannot use the specified runtime
{ $cause }not being supported. Use another runtime.
22N49
- 状态描述
-
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.
22N51
- 状态描述
-
error: data exception - graph reference not found. A graph reference with the name
{22N52
- 状态描述
-
error: data exception - invalid combination of PROFILE and EXPLAIN.
PROFILEandEXPLAINcannot be combined.
22N53
- 状态描述
-
error: data exception - invalid use of PROFILE. Cannot
PROFILEquery before results are materialized.
22N54
- 状态描述
-
error: data exception - invalid map. Multiple conflicting entries specified for
{22N55
- 状态描述
-
error: data exception - required key missing from map. Map requires key
{ $field }.
22N56
- 状态描述
-
error: data exception - protocol message length limit overflow. Protocol message length limit exceeded (limit:
{22N57
- 状态描述
-
error: data exception - invalid protocol type. Protocol type is invalid. Invalid number of struct components (received
{ $count2 }).
22N62
- 状态描述
-
error: data exception - relationship type does not exist. The relationship type
{22N63
- 状态描述
-
error: data exception - property key does not exist. The property key
{22N64
- 状态描述
-
error: data exception - constraint does not exist. The constraint
{22N65
- 状态描述
-
error: data exception - equivalent constraint already exists. An equivalent constraint already exists:
{22N66
- 状态描述
-
error: data exception - conflicting constraint already exists. A conflicting constraint already exists:
{22N67
- 状态描述
-
error: data exception - duplicated constraint name. A constraint with the same name already exists:
{22N68
- 状态描述
-
error: data exception - dependent constraint managed individually. Dependent constraints cannot be managed individually and must be managed together with its graph type.
22N69
- 状态描述
-
error: data exception - index does not exist. The index
{22N70
- 状态描述
-
error: data exception - equivalent index already exists. An equivalent index already exists:
{22N71
- 状态描述
-
error: data exception - duplicated index name. An index with the same name already exists:
{22N73
- 状态描述
-
error: data exception - constraint conflicts with existing index. Constraint conflicts with already existing index
{22N74
- 状态描述
-
error: data exception - index conflicts with existing constraint. An index that belongs to the constraint
{22N75
- 状态描述
-
error: data exception - constraint contains duplicated tokens. The constraint specified by
{ $token }more than once.
22N76
- 状态描述
-
error: data exception - index contains duplicated tokens. The index specified by
{ $token }more than once.
22N77
- 状态描述
-
error: data exception - property presence verification failed.
{ $entityId }) with{ $token }must have the following properties:{22N78
- 状态描述
-
error: data exception - property type verification failed.
{ $entityId }) with{ $token }must have the property{ $valueType }.
22N79
- 状态描述
-
error: data exception - property uniqueness constraint violated. Property uniqueness constraint violated:
{22N80
- 状态描述
-
error: data exception - index entry conflict. Index entry conflict:
{22N81
- 状态描述
-
error: data exception - expression type unsupported here. Invalid input:
{ $context }.
22N82
- 状态描述
-
error: data exception - input contains invalid characters. Input
{ $context }. Special characters may require that the input is quoted using backticks.
22N83
- 状态描述
-
error: data exception - input consists of too many components. Expected name to contain at most
{22N84
- 状态描述
-
error: data exception - string too long. Expected the string to be no more than
{22N85
- 状态描述
-
error: data exception - string too short. Expected the string to be at least
{22N86
- 状态描述
-
error: data exception - numeric range 0 disallowed. Expected a nonzero number.
22N88
- 状态描述
-
error: data exception - not a valid CIDR IP.
{22N89
- 状态描述
-
error: data exception - new password cannot be the same as the old password. Expected the new password to be different from the old password.
22N90
- 状态描述
-
error: data exception - property type unsupported in constraint.
{22N91
- 状态描述
-
error: data exception - cannot convert alias local to remote or remote to local. Failed to alter the specified database alias
{22N92
- 状态描述
-
error: data exception - missing RETURN. This query requires a RETURN clause.
22N93
- 状态描述
-
错误:数据异常 - 缺少 YIELD。缺少必需的 YIELD 子句。
22N94
- 状态描述
-
错误:数据异常 - 无效的 YIELD *。在此上下文中不支持
YIELD *。请显式指定要产生的列。
22N95
- 状态描述
-
错误:数据异常 - JSON 解析异常。JSON 输入无效。请检查格式。
22N96
- 状态描述
-
错误:数据异常 - JSON 映射异常。无法映射 JSON 输入。请核对结构。
22NA0
- 状态描述
-
错误:数据异常 - 无效的基于属性的访问控制规则。管理属性规则失败。
22NA1
- 状态描述
-
错误:数据异常 - 基于属性的访问控制规则中出现非交换表达式。属性
{ $propKey }必须出现在{ $operation }运算符的左侧。
22NA3
- 状态描述
-
错误:数据异常 - 基于属性的访问控制规则涉及 NaN。'NaN' 不被基于属性的访问控制所支持。
22NA9
- 状态描述
-
错误:数据异常 - 意外的映射条目。输入无效。意外的键
{ $mapKey },期望的键为{ $mapKeyList }。
22NB0
- 状态描述
-
错误:数据异常 - 基于属性的访问控制规则中同时使用
WHERE和IS NULL。属性值访问规则模式{ $pred }总是求值为NULL。请改用WHERE语法结合IS NULL。
22NB1
- 状态描述
-
错误:数据异常 - 类型不匹配。类型不匹配:期望为
{ $valueTypeList },但实际为{ $input }。
22NB2
- 状态描述
-
错误:数据异常 - 图类型依赖不兼容。图类型
{ $graphTypeDependence1 }约束{ $constrDescrOrName1 }与图类型{ $graphTypeDependence2 }约束{ $constrDescrOrName2 }不兼容,因为它们具有不同的图类型依赖。
22NB3
- 状态描述
-
错误:数据异常 - 标记存在性校验失败。
{ $entityType }({ $entityId })使用{ $tokenType1 }{ $token1 },必须拥有{ $tokenType2 }{ $token2 }。
22NB4
- 状态描述
-
错误:数据异常 - 端点标签存在性校验失败。关系(
{ $entityId1 })的类型为{ $relType },其{ $endpointType }节点({ $entityId2 })需拥有标签{ $label }。
22NB7
- 状态描述
-
错误:数据异常 - 复合数据库不支持元素 ID。复合数据库不支持创建元素 ID。请在组成数据库上为
{ $entityType }{ <<$entityId>> }创建元素 ID。
22NB9
- 状态描述
-
错误:数据异常 - 内部列表类型无效。在此上下文中,列表不能使用
{ $typeDescription }作为内部类型。
22NBA
- 状态描述
-
错误:数据异常 - 向量属性类型约束缺少必填字段。向量的属性类型约束必须同时定义坐标类型和维度。
22NBC
- 状态描述
-
错误:数据异常 - 索引属于约束。索引属于约束
{ $constrDescrOrName }。
22NBF
- 状态描述
-
错误:数据异常 - 属性值过大。类型为
{ $typeDescription }的属性值过大(超过{ $bytes }字节):{ $value }
22NC4
- 状态描述
-
错误:数据异常 - 标签既是标识又是隐式。标签
{ $labelList }同时被定义为标识和隐式,这是不允许的。
22NC5
22NC7
- 状态描述
-
错误:数据异常 - 独立约束与关系元素类型使用相同关系类型。独立约束
{ $constrDescrOrName }与关系元素类型共用了关系类型{ $relType }。
22NC9
- 状态描述
-
错误:数据异常 - 图类型中的元素类型约束不合法。
{ $entityType1 }元素类型属性{ $context }约束不能在{ $entityType2 }元素类型的内部声明。
22NCC
- 状态描述
-
错误:数据异常 - 节点元素类型指定错误。节点元素类型
{ $label }标识)与查询中指定的{22NCD
无效的事务状态
当事务处于无效状态时(例如事务已终止或已关闭,或事务状态与已应用的更新之间出现冲突)会出现无效的事务状态错误。
25G02
- 状态描述
-
错误:无效事务状态 - 不支持目录与数据语句混用
25N01
- 状态描述
-
错误:无效事务状态 - 语句类型组合不合法。执行查询
{ $query }失败,因为存在冲突的语句类型(读取查询、写入查询、模式修改或管理命令)。若要在同一事务中执行多个查询,它们必须全部为同一类型,或仅组合模式修改与读取命令。
25N02
- 状态描述
-
错误:无效事务状态 - 无法完成事务。无法完成事务。详情请查看调试日志。
25N03
- 状态描述
-
错误:无效事务状态 - 并发访问冲突。事务正被另一请求并发使用。
25N04
- 状态描述
-
错误:无效事务状态 - 指定的事务不存在。事务
{25N05
- 状态描述
-
错误:无效事务状态 - 事务已关闭。事务已被关闭。
25N06
- 状态描述
-
错误:无效事务状态 - 启动事务失败。启动事务失败。详情请查看调试日志。
25N08
- 状态描述
-
错误:无效事务状态 - 事务租约失效。该事务的租约已不再有效。
25N09
- 状态描述
-
错误:无效事务状态 - 内部事务错误。事务因内部错误而失败。
25N11
- 状态描述
-
错误:无效事务状态 - 事务状态冲突。检测到事务状态与已应用更新之间的冲突。请重试事务。
无效的事务终止
当事务终止失败时(例如事务或组成事务提交失败,或事务终止时未能正确应用或追加事务)会出现无效的事务终止错误。
2DN01
- 状态描述
-
错误:无效事务终止 - 提交失败。提交事务失败。
2DN02
- 状态描述
-
错误:无效事务终止 - 组成事务提交失败。组成事务提交失败。详情请查看调试日志。
2DN03
- 状态描述
-
错误:无效事务终止 - 事务终止失败。终止事务失败。详情请查看调试日志。
2DN04
- 状态描述
-
错误:无效事务终止 - 组成事务终止失败。组成事务终止失败。详情请查看调试日志。
2DN05
- 状态描述
-
错误:无效事务终止 - 应用事务失败。应用事务时出现错误。请查看日志获取更多信息。
2DN06
- 状态描述
-
错误:无效事务终止 - 追加事务失败。追加事务时出现错误。请查看日志获取更多信息。
2DN07
- 状态描述
-
错误:无效事务终止 - 仍有未关闭的内部事务。由于仍存在未关闭的内部事务,无法提交事务。
语法错误或访问规则违规
当 Cypher 查询包含无效语法或客户端请求违反访问规则(例如查询尝试在没有足够权限的情况下访问数据库等)时会出现语法错误或访问规则违规错误。
42000
- 状态描述
-
错误:语法错误或访问规则违规
42001
- 状态描述
-
错误:语法错误或访问规则违规 - 语法无效
42006
- 状态描述
-
错误:语法错误或访问规则违规 - 边标签数量低于支持的最小值
42007
- 状态描述
-
错误:语法错误或访问规则违规 - 边标签数量超出支持的最大值
42008
- 状态描述
-
错误:语法错误或访问规则违规 - 边属性数量超出支持的最大值
42009
- 状态描述
-
错误:语法错误或访问规则违规 - 节点标签数量低于支持的最小值
42010
- 状态描述
-
错误:语法错误或访问规则违规 - 节点标签数量超出支持的最大值
42011
- 状态描述
-
错误:语法错误或访问规则违规 - 节点属性数量超出支持的最大值
42012
- 状态描述
-
错误:语法错误或访问规则违规 - 节点类型键标签数量低于支持的最小值
42013
- 状态描述
-
错误:语法错误或访问规则违规 - 节点类型键标签数量超出支持的最大值
42014
- 状态描述
-
错误:语法错误或访问规则违规 - 边类型键标签数量低于支持的最小值
42015
- 状态描述
-
错误:语法错误或访问规则违规 - 边类型键标签数量超出支持的最大值
42I00
- 状态描述
-
错误:语法错误或访问规则违规 - CASE 表达式无效。
CASE表达式的WHEN与THEN操作数数量必须相同。
42I01
- 状态描述
-
错误:语法错误或访问规则违规 - FOREACH 无效。
FOREACH中对{42I02
- 状态描述
-
错误:语法错误或访问规则违规 - 注释无效。解析注释失败。以
/*开头的注释必须有对应的结束*/。
42I05
- 状态描述
-
错误:语法错误或访问规则违规 - FIELDTERMINATOR 无效。LOAD CSV 所指定的 FIELDTERMINATOR 必须为单字符。
42I06
- 状态描述
-
错误:语法错误或访问规则违规 - 输入无效。输入
{ $valueList }。
42I08
- 状态描述
-
错误:语法错误或访问规则违规 - 下界无效。
{42I10
- 状态描述
-
错误:语法错误或访问规则违规 - 标签表达式无效。标签表达式符号(
|、&、!、%)与冒号(:)混用是不允许的。此表达式可写为{42I11
- 状态描述
-
错误:语法错误或访问规则违规 - 名称无效。
{ $input }。
42I12
- 状态描述
-
错误:语法错误或访问规则违规 - 量化路径模式的嵌套无效。量化路径模式不能嵌套。
42I13
- 状态描述
-
错误:语法错误或访问规则违规 - 过程或函数参数数量无效。过程或函数调用未提供所需的参数数量;期望
{ $procFun }的签名为:{42I14
- 状态描述
-
错误:语法错误或访问规则违规 - 关系类型数量无效。对
{42I15
- 状态描述
-
错误:语法错误或访问规则违规 - 语句数量无效。每个查询应恰好只有一条语句,但实际得到:
{42I16
- 状态描述
-
错误:语法错误或访问规则违规 - 点无效。键为
{42I17
- 状态描述
-
错误:语法错误或访问规则违规 - 量词无效。量词的下界不得大于上界。
42I18
- 状态描述
-
错误:语法错误或访问规则违规 - 对隐式分组表达式的引用无效。聚合列包含了被变量
{42I19
- 状态描述
-
错误:语法错误或访问规则违规 - 字符串字面量无效。解析字符串字面量失败。查询中必须包含偶数个未转义的引号。
42I20
- 状态描述
-
错误:语法错误或访问规则违规 - 表达式中出现非法符号。标签表达式和关系类型表达式不能包含
{ $labelExpr }。
42I21
- 状态描述
-
错误:语法错误或访问规则违规 - 变量超出作用域的引用无效。不得在同一图模式中从括号/量化路径模式
{ $variableList }。
42I23
- 状态描述
-
错误:语法错误或访问规则违规 - 最短路径中的量化路径模式无效。
{42I24
- 状态描述
-
错误:语法错误或访问规则违规 - 聚合函数的使用无效。聚合表达式
{ $expr }在此上下文中不被允许。
42I25
- 状态描述
-
错误:语法错误或访问规则违规 -
CALL IN TRANSACTIONS的使用无效。CALL { … } IN TRANSACTIONS在写入子句之后不受支持。
42I26
- 状态描述
-
错误:语法错误或访问规则违规 -
DELETE的使用无效。DELETE …不支持从节点中删除标签。请改用REMOVE …。
42I29
- 状态描述
-
错误:语法错误或访问规则违规 -
IS的使用无效。IS关键字不能与{ $input }中的多个标签一起使用。请将表达式改写为{ $replacement }。
42I31
- 状态描述
-
错误:语法错误或访问规则违规 -
MATCH的使用无效。MATCH …不能直接跟在OPTIONAL MATCH …后面。请在两者之间使用WITH子句。
42I33
- 状态描述
-
错误:语法错误或访问规则违规 -
NOT NULL的使用无效。封闭的动态联合类型不能使用NOT NULL追加,请在内部类型上指定NOT NULL。
42I34
- 状态描述
-
错误:语法错误或访问规则违规 - 模式表达式的使用无效。模式表达式只能用于测试模式是否存在,请改用模式推导式。
42I35
- 状态描述
-
错误:语法错误或访问规则违规 - 关系类型表达式的使用无效。关系类型表达式只能在
MATCH …中使用。
42I36
- 状态描述
-
错误:语法错误或访问规则违规 -
REPORT STATUS的使用无效。只有在指定ON ERROR CONTINUE或ON ERROR BREAK时才可以使用REPORT STATUS。
42I37
- 状态描述
-
错误:语法错误或访问规则违规 -
RETURN *的使用无效。当作用域中没有变量时不允许使用RETURN *。
42I38
- 状态描述
-
错误:语法错误或访问规则违规 -
RETURN的使用无效。RETURN …只能在查询或子查询的末尾使用。
42I40
- 状态描述
-
错误:语法错误或访问规则违规 -
UNION与UNION ALL的使用无效。UNION与UNION ALL不能组合使用。
42I42
- 状态描述
-
错误:语法错误或访问规则违规 -
YIELD的使用无效。不能在对 void 过程的调用上使用YIELD。
42I43
- 状态描述
-
错误:语法错误或访问规则违规 -
YIELD *的使用无效。YIELD *只能与独立的过程调用一起使用。
42I46
- 状态描述
-
错误:语法错误或访问规则违规 - 节点模式对的使用无效。节点模式对仅在量化路径模式中受支持。
42I48
- 状态描述
-
错误:语法错误或访问规则违规 - 在 MERGE 中使用子查询无效。子查询不允许出现在 MERGE 子句中。
42I49
- 状态描述
-
错误:语法错误或访问规则违规 - 不合法的非等号运算符。未知的非等号运算符
!=。Cypher 中的非等号运算符为<>。
42I50
- 状态描述
-
错误:语法错误或访问规则违规 - 标记名称过长。无效输入
{ $input }..。{ $tokenType }的名称长度不能超过{ $value }。
42I54
- 状态描述
-
错误:语法错误或访问规则违规 -
INSERT的使用无效。{ $cause }在INSERT中不被允许。请使用CREATE或{ $replacement }。
42I55
- 状态描述
-
错误:语法错误或访问规则违规 - 动态标签或类型的使用无效。在
{ $clause }中不允许使用使用$any()的动态{ $tokenType }。
42I60
- 状态描述
-
错误:语法错误或访问规则违规 - glob 转义无效。glob 的每一段(即点之前的文本块)必须全部转义或全部不转义。
42I61
- 状态描述
-
错误:语法错误或访问规则违规 - 缺少 LOOKUP INDEX 函数名。LOOKUP INDEX 缺少函数名。
42I65
- 状态描述
-
错误:语法错误或访问规则违规 - 模式字符无效。模式中使用了非法字符。请确认所有字符均为
{ $valueType }所支持。
42I66
- 状态描述
-
错误:语法错误或访问规则违规 - 模式解析失败。模式解析失败,请确保模式中转义的数量为偶数。
42I68
- 状态描述
-
错误:语法错误或访问规则违规 - 模式不匹配。模式
{ $input1 }与输入{ $input2 }不匹配。请确认该模式用于构造{ $valueType }是有效的。
42I70
- 状态描述
-
错误:语法错误或访问规则违规 - 搜索子句中存在多个绑定变量。若要拥有搜索子句,
MATCH语句只能包含一个绑定变量。
42I71
- 状态描述
-
错误:语法错误或访问规则违规 - 搜索子句中谓词无效。若要拥有搜索子句,
MATCH语句只能在绑定的节点或关系上使用谓词。
42I72
- 状态描述
-
错误:语法错误或访问规则违规 - 搜索子句的模式过于复杂。若要拥有搜索子句,
MATCH语句只能有单一的节点或关系模式且不能包含选择器。
42I73
- 状态描述
-
错误:语法错误或访问规则违规 - 向量搜索过滤器的谓词无效。向量搜索过滤器谓词
{ $expr }必须由一个或多个属性谓词通过AND连接组成,每个属性的组合谓词必须指定精确值(例如x.prop = 1)、半闭区间(例如x.prop >= 1)或闭区间(例如x.prop > 1 AND x.prop < 100)。这不是全部有效谓词的完整列表,请参阅文档获取全部规则。
42N02
- 状态描述
-
错误:语法错误或访问规则违规 - 在只读访问模式下进行写入。禁止在只读访问模式下进行写入。
42N03
- 状态描述
-
错误:语法错误或访问规则违规 - 向多个图写入。禁止在同一事务中向多个图写入。请使用
CALL IN TRANSACTION或在应用程序中创建独立事务。
42N04
- 状态描述
-
错误:语法错误或访问规则违规 - 不支持访问复合数据库。尝试在会话数据库
{ $db2 }连接期间访问标识为{ $db1 }的数据库时失败,请直接连接到{ $db3 }。
42N05
- 状态描述
-
错误:语法错误或访问规则违规 - 不支持访问标准数据库。尝试在复合会话数据库
{ $db2 }连接期间访问标识为{ $db1 }的数据库时失败,请直接连接到{ $db3 }或在复合数据库中创建别名。
42N18
- 状态描述
-
错误:语法错误或访问规则违规 - 只读数据库。数据库处于只读模式。
42N20
- 状态描述
-
错误:语法错误或访问规则违规 - 空列表范围运算符。列表范围运算符
[ ]不能为空。
42N22
- 状态描述
-
错误:语法错误或访问规则违规 - 必须只有单一返回列。
COLLECT子查询必须以单一返回列结束。
42N25
- 状态描述
-
错误:语法错误或访问规则违规 - 缺少
YIELD。查询中的过程调用不支持隐式命名结果,请使用YIELD。
42N31
- 状态描述
-
错误:语法错误或访问规则违规 - 指定的数字超出范围。期望
{ $component }为{ $valueType },范围为{ $lower }到{ $upper },但实际得到{ $value }。
42N34
- 状态描述
-
错误:语法错误或访问规则违规 - 在量化路径模式中绑定路径无效。路径不能在量化路径模式中绑定。
42N36
- 状态描述
-
错误:语法错误或访问规则违规 - 过程调用缺少括号。过程调用缺少括号。
42N37
- 状态描述
-
错误:语法错误或访问规则违规 - 在可变长度关系中使用关系模式谓词无效。关系模式谓词不能在可变长度关系中使用。
42N38
- 状态描述
-
错误:语法错误或访问规则违规 - 返回项名称重复。返回项的名称必须唯一。
42N41
- 状态描述
-
错误:语法错误或访问规则违规 - 缺少
|-expression。reduce 函数在累加器之后需要一个| expression。
42N42
- 状态描述
-
错误:语法错误或访问规则违规 - 不支持的子路径绑定。子路径赋值不受支持。
42N45
- 状态描述
-
错误:语法错误或访问规则违规 - 输入意外结束。意外的输入结束,期望
CYPHER、EXPLAIN、PROFILE或查询语句。
42N47
- 状态描述
-
错误:语法错误或访问规则违规 -
UNION与CALL IN TRANSACTIONS的使用无效。CALL { … } IN TRANSACTIONS在… UNION …中不受支持。
42N49
- 状态描述
-
error: syntax error or access rule violation - unsupported normal form. Unknown Normal Form:
{ $input }.
42N50
- 状态描述
-
error: syntax error or access rule violation - procedure return column not defined. The procedure return column
{ $variable }is not defined for this procedure. Verify that the spelling is correct.
42N51
- 状态描述
-
error: syntax error or access rule violation - invalid parameter. Invalid parameter
{ $param }.
42N52
- 状态描述
-
error: syntax error or access rule violation - invalid value type.
{ $input }is not a recognized Cypher type.
42N53
- 状态描述
-
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.
42N54
- 状态描述
-
error: syntax error or access rule violation - unsupported match mode. The match mode
{ $matchMode }is not supported.
42N56
- 状态描述
-
error: syntax error or access rule violation - unsupported use of properties. Properties are not supported in the
{ $fun }function.
42N57
- 状态描述
-
error: syntax error or access rule violation - invalid use of data-modifications in expressions.
{ $expr }cannot contain any updating clauses.
42N58
- 状态描述
-
error: syntax error or access rule violation - unsupported use of nesting. Nested
CALL { … } IN TRANSACTIONSis not supported.
42N59
- 状态描述
-
error: syntax error or access rule violation - variable already defined. Variable
{ $variable }already declared.
42N60
- 状态描述
-
error: syntax error or access rule violation - unsupported combination of match mode and path mode.
REPEATABLE ELEMENTSwith{ $pathMode }path mode is not supported.
42N61
- 状态描述
-
error: syntax error or access rule violation - unsupported mixing of different path modes. Mixing
{ $pathModeList }in the same graph pattern is not supported. Split the pattern into separateMATCHclauses instead.
42N62
- 状态描述
-
error: syntax error or access rule violation - variable not defined. Variable
{ $variable }not defined.
42N63
- 状态描述
-
error: syntax error or access rule violation - inner type with different nullability. All inner types in a Closed Dynamic Union must be nullable, or be appended with
NOT NULL.
42N64
- 状态描述
-
error: syntax error or access rule violation - at least one node or relationship required. A quantified or parenthesized path pattern must have at least one node or relationship pattern.
42N65
- 状态描述
-
error: syntax error or access rule violation - node variable not bound. The
{ $fun }function requires bound node variables when it is not part of aMATCH ….
42N66
- 状态描述
-
error: syntax error or access rule violation - relationship variable already bound. Bound relationships are not allowed in calls to the
{ $fun }function.
42N68
- 状态描述
-
error: syntax error or access rule violation - duplicate variable definition. Variables cannot be defined more than once in a
{ $clause }clause.
42N70
- 状态描述
-
error: syntax error or access rule violation - function without required WHERE clause. The function
{ $fun }requires a WHERE clause.
42N71
- 状态描述
-
error: syntax error or access rule violation - incomplete query. A query must conclude with a
RETURNclause, aFINISHclause, an update clause, a unit subquery call, or a procedure call without aYIELDclause.
42N72
- 状态描述
-
error: syntax error or access rule violation - graph function only supported on composite databases. Calling graph functions is only supported on composite databases. Use the name directly or connect to a composite database with the desired constituents.
42N73
- 状态描述
-
error: syntax error or access rule violation - invalid placement of
USEclause. TheUSEclause must be the first clause of a query or an operand to… UNION …. In aCALLsub-query, it can also be the second clause if the first clause is an importingWITH.
42N74
- 状态描述
-
error: syntax error or access rule violation - invalid nested USE clause. Failed to access
{ $db1 }and{ $db2 }. Child USE clauses must target the same graph as their parent query. Run in separate (sub)queries instead.
42N75
- 状态描述
-
error: syntax error or access rule violation - invalid use of graph function. A call to the graph function
{ $fun }is only allowed as the top-level argument of aUSEclause.
42N76
- 状态描述
-
error: syntax error or access rule violation - unfulfillable hints. The hint(s)
{ $hintList }cannot be fulfilled.
42N77
- 状态描述
-
error: syntax error or access rule violation - missing hint predicate. The hint
{ $hint }cannot be fulfilled. The query does not contain a compatible predicate for{ $entityType }on{ $variable }.
42N79
- 状态描述
-
error: syntax error or access rule violation - invalid
USEclause. TheUSEclause is not required for administration commands. Retry the query without theUSEclause, and it will be routed automatically.
42N81
- 状态描述
-
error: syntax error or access rule violation - missing request parameter. Expected
{ $param }, but got{ $paramList }.
42N82
- 状态描述
-
error: syntax error or access rule violation - cannot drop database with aliases. The database identified by
{ $db }has one or more aliases. Drop the aliases{ $aliasList }before dropping the database.
42N83
- 状态描述
-
error: syntax error or access rule violation - impersonation disallowed while password change required. Cannot impersonate a user while password change required.
42N84
- 状态描述
-
error: syntax error or access rule violation -
TERMINATE TRANSACTIONmissesYIELDclause.WHEREclause withoutYIELDclause. UseTERMINATE TRANSACTION … YIELD … WHERE ….
42N85
- 状态描述
-
error: syntax error or access rule violation - cannot specify both allowed and denied databases. Allowed and denied database options are mutually exclusive.
42N86
- 状态描述
-
error: syntax error or access rule violation - wildcard in parameter.
{ $syntax }failed. Parameterized database and graph names do not support wildcards.
42N88
- 状态描述
-
error: syntax error or access rule violation - cannot grant privilege. Permission cannot be granted for
REMOVE IMMUTABLE PRIVILEGE.
42N89
- 状态描述
-
error: syntax error or access rule violation - invalid driver settings map. Failed evaluating the given driver settings.
{ $cause }
42N90
- 状态描述
-
error: syntax error or access rule violation - cannot alter immutable composite database. Composite databases cannot be altered (database:
{ $db }).
42N92
- 状态描述
-
error: syntax error or access rule violation - cannot combine old and new auth provider syntax. Cannot combine old and new auth syntax for the same auth provider.
42N94
- 状态描述
-
error: syntax error or access rule violation - incomplete
ALTER USERcommand. 'ALTER USER' requires at least one clause.
42N95
- 状态描述
-
error: syntax error or access rule violation - provider-id combination already exists. The combination of provider and id is already in use.
42N96
- 状态描述
-
error: syntax error or access rule violation - invalid user configuration. User has no auth provider. Add at least one auth provider for the user or consider suspending them.
42N98
- 状态描述
-
error: syntax error or access rule violation - cannot modify own user. Cannot modify the user record of the current user.
42N99
- 状态描述
-
error: syntax error or access rule violation - cannot delete own user. Cannot delete the user record of the current user.
42NA0
- 状态描述
-
error: syntax error or access rule violation - operations must be executed on constituent. Query contains operations that must be executed on the constituent.
42NA1
- 状态描述
-
error: syntax error or access rule violation - graph access operations on composite database. Graph access operations are not supported on composite databases.
42NA2
- 状态描述
-
error: syntax error or access rule violation - database operations on composite database. Database operations are not supported on composite databases.
42NA3
- 状态描述
-
error: syntax error or access rule violation - schema operations on composite database. Schema operations are not supported on composite databases.
42NA4
- 状态描述
-
error: syntax error or access rule violation - transaction operations on composite database. Transaction operations are not supported on composite databases.
42NA5
- 状态描述
-
error: syntax error or access rule violation - accessing multiple graphs only supported on composite databases. Accessing multiple graphs in the same query is only supported on composite databases. Connect to a composite database with the desired constituents.
42NA6
- 状态描述
-
error: syntax error or access rule violation - invalid alias target. Aliases are not allowed to target composite databases.
42NA7
- 状态描述
-
error: syntax error or access rule violation - referenced database not found. No database is corresponding to
{ $db }. Verify that the elementId is correct.
42NA8
- 状态描述
-
error: syntax error or access rule violation - invalid reference in command. Invalid reference in command
{ $cmd }.
42NA9
- 状态描述
-
error: syntax error or access rule violation - system database rules. The system database supports a restricted set of Cypher clauses. The supported clauses include procedure calls (if the procedure is allowed), a subset of show and terminate commands, and combinations of the two.
YIELDandRETURNare also permitted when combined with procedure calls, show, or terminate commands.
42NAA
- 状态描述
-
error: syntax error or access rule violation - incorrectly formatted graph reference. Incorrectly formatted graph reference
{ $input }. Expected a single quoted or unquoted identifier. Separate name parts should not be quoted individually.
42NAB
- 状态描述
-
error: syntax error or access rule violation - not supported standalone call.
WHEREis not supported in a standalone call. UseCALL … YIELD … WHERE … RETURN …instead.
42NAC
- 状态描述
-
error: syntax error or access rule violation - invalid
CREATE DATABASEstatement. The backup metadata script contains an invalid or missingCREATE DATABASEstatement. The metadata script must contain exactly oneCREATE DATABASEstatement and it must use the parameter$database.
42NAD
- 状态描述
-
error: syntax error or access rule violation - no such auth rule. An auth rule with the name
{ $authRule }was not found. Verify that the spelling is correct.
42NAE
- 状态描述
-
error: syntax error or access rule violation - auth rule already exists. An auth rule with the name
{ $authRule }already exists.
42NFC
- 状态描述
-
error: syntax error or access rule violation - auth info validation error. Authentication and/or authorization could not be validated. See security logs for details.
42NFD
- 状态描述
-
error: syntax error or access rule violation - credentials expired. Permission denied. The credentials you provided were valid, but must be changed before you can use this instance.
42NFE
- 状态描述
-
error: syntax error or access rule violation - auth info expired. Authentication and/or authorization info expired.
42NFF
- 状态描述
-
error: syntax error or access rule violation - permission/access denied. Access denied, see the security logs for details.
General processing exceptions
General processing exceptions occur when there is a general processing error, such as an internal error, deadlock, execution failure, invalid server state transition, constraint creation or drop failure, etc.
50N05
- 状态描述
-
error: general processing exception - deadlock detected. Deadlock detected while trying to acquire locks. See log for more details.
50N06
- 状态描述
-
error: general processing exception - remote execution client error. Remote execution failed. See cause for more details.
50N07
- 状态描述
-
error: general processing exception - execution failed. Execution failed. See cause and debug log for details.
50N09
- 状态描述
-
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
- 状态描述
-
error: general processing exception - index drop failed. Unable to drop
{ $idxDescrOrName }.
50N11
- 状态描述
-
error: general processing exception - constraint creation failed. Unable to create
{ $constrDescrOrName }.
50N12
- 状态描述
-
error: general processing exception - constraint drop failed. Unable to drop
{50N13
- 状态描述
-
error: general processing exception - constraint validation error. Unable to validate constraint
{50N14
- 状态描述
-
error: general processing exception - constraint violation. A constraint imposed by the database was violated.
50N15
- 状态描述
-
error: general processing exception - unsupported index operation. The system attemped to execute an unsupported operation on index
{50N16
- 状态描述
-
error: general processing exception - remote execution transient error. Remote execution failed. See cause for more details.
50N17
- 状态描述
-
error: general processing exception - remote execution database error. Remote execution failed. See cause for more details.
50N18
- 状态描述
-
error: general processing exception - shard execution transient error. Communication with shard
{ $graph }failed. See cause for more details.
50N19
- 状态描述
-
error: general processing exception - shard execution database error. Communication with shard
{50N20
- 状态描述
-
error: general processing exception - shard execution client error. Communication with shard
{50N21
- 状态描述
-
error: general processing exception - no such schema descriptor. The
{ $schemaDescr }. Verify that the spelling is correct.
50N23
- 状态描述
-
error: general processing exception - transaction retry aborted. Transaction retry aborted after
{ $count }attempts. Retry timed out with a maximum retry duration of{ $timeAmount }{50N24
- 状态描述
-
error: general processing exception - sharded properties transaction handling database error. Unexpected exception while getting transaction state.
50N25
- 状态描述
-
error: general processing exception - sharded properties transaction handling client error. Unexpected exception while getting transaction state.
50N26
- 状态描述
-
error: general processing exception - invalid backup metadata script. The backup metadata script contains invalid syntax.
50N42
- 状态描述
-
error: general processing exception - unexpected error. Unexpected error has occurred. See debug log for details.
System configuration or operation exceptions
System configuration or operation exception errors occur when there is an error in the system configuration or operation, such as procedure registration failure, a missing class field annotation, an unsupported injectable component type, duplicate field names, invalid map key type, etc.
51N00
- 状态描述
-
error: system configuration or operation exception - procedure registration error. Failed to register procedure/function.
51N01
- 状态描述
-
error: system configuration or operation exception - class field annotation should be public, non-final, and non-static. The field
{ $procField }in the class{ $procClass }is annotated as a@Contextfield, but it is declared as static.@Contextfields must be public, non-final and non-static.
51N02
- 状态描述
-
error: system configuration or operation exception - unsupported injectable component type. Unable to set up injection for procedure
{ $procClass }. The field{ $procField }has type{ $procFieldType }which is not a supported injectable component.
51N03
- 状态描述
-
error: system configuration or operation exception - unable to access field. Unable to set up injection for
{ $procField }.
51N04
- 状态描述
-
error: system configuration or operation exception - missing class field annotation. The field
{ $procClass }must be annotated as a@Contextfield in order to store its state.
51N05
- 状态描述
-
error: system configuration or operation exception - class field should be public and non-final. The field
{ $procClass }must be declared non-final and public.
51N06
- 状态描述
-
error: system configuration or operation exception - missing argument name. The argument at position
{ $procMethod }requires a@Nameannotation and a non-empty name.
51N07
- 状态描述
-
error: system configuration or operation exception - invalid ordering of default arguments. The
{51N08
- 状态描述
-
error: system configuration or operation exception - exactly one @UserAggregationResult method and one @UserAggregationUpdate method required. The class
{51N09
- 状态描述
-
error: system configuration or operation exception - @UserAggregationUpdate method must be public and void. The
@UserAggregationUpdatemethod{ $procClass }must be public and have the return typevoid.
51N10
- 状态描述
-
error: system configuration or operation exception - aggregation method not public. The method
{ $procClass }must be public.
51N11
- 状态描述
-
error: system configuration or operation exception - class not public. The class
{51N12
- 状态描述
-
error: system configuration or operation exception - class not void. The procedure
{51N13
- 状态描述
-
error: system configuration or operation exception - procedure or function name already in use. Unable to register the procedure or function
{51N14
- 状态描述
-
error: system configuration or operation exception - duplicate field name. The procedure
{ $procFieldType }field,{51N15
- 状态描述
-
error: system configuration or operation exception - invalid map key type. Type mismatch for map key. Required
STRING, but found{51N16
- 状态描述
-
error: system configuration or operation exception - invalid default value type. Type mismatch for the default value. Required
{ $input }.
51N17
- 状态描述
-
error: system configuration or operation exception - invalid procedure or function name. Procedures and functions cannot be defined in the root namespace, or use a reserved namespace. Use the package name instead (e.g., org.example.com.
{51N18
- 状态描述
-
error: system configuration or operation exception - invalid method return type. The method
{51N20
- 状态描述
-
error: system configuration or operation exception - cannot inject field. The field
{51N21
- 状态描述
-
error: system configuration or operation exception - procedure registry is busy. The procedure registration failed because the procedure registry was busy. Try again.
51N22
- 状态描述
-
error: system configuration or operation exception - exhaustive shortest path search disabled. Finding the shortest path for the given pattern requires an exhaustive search. To enable exhaustive searches, set
cypher.forbid_exhaustive_shortestpathto false.
51N23
- 状态描述
-
error: system configuration or operation exception - cyclic shortest path search disabled. Cannot find the shortest path when the start and end nodes are the same. To enable this behavior, set
dbms.cypher.forbid_shortestpath_common_nodesto false.
51N24
- 状态描述
-
error: system configuration or operation exception - insufficient resources for plan search. Could not find a query plan within given time and space limits.
51N25
- 状态描述
-
错误:系统配置或操作异常 - 数据库繁忙。由于对索引和约束的更新过多,无法编译查询。
51N32
- 状态描述
-
错误:系统配置或操作异常 - 服务器崩溃。服务器已进入 panic 状态。
51N33
- 状态描述
-
错误:系统配置或操作异常 - 复制错误。此成员复制事务失败,请重试。
51N34
- 状态描述
-
错误:系统配置或操作异常 - 由于 leader 变更导致写事务失败。由于集群 leader 更换,写入数据库失败。稍后重试您的请求可能会成功。
51N36
- 状态描述
-
错误:系统配置或操作异常 - 内存不足。当前任务所需内存不足。
51N37
- 状态描述
-
错误:系统配置或操作异常 - 栈溢出。当前任务所需的栈空间不足。
51N38
- 状态描述
-
错误:系统配置或操作异常 - 无法获取执行线程。可用于执行当前任务的线程不足。
51N39
- 状态描述
-
错误:系统配置或操作异常 - Raft 日志损坏。磁盘上未找到预期的一组文件。请从备份恢复。
51N43
- 状态描述
-
错误:系统配置或操作异常 - 无法释放服务器。无法释放服务器
{ $serverList }。
51N55
- 状态描述
-
错误:系统配置或操作异常 - 无法创建额外数据库。创建数据库
{ $db }失败。已达到数据库上限。请使用配置项{ $cfgSetting }提高上限,或删除已有数据库。
51N56
- 状态描述
-
错误:系统配置或操作异常 - 拓扑超出范围。种子服务器
{ $serverType }的数量{ $count1 }大于期望的{ $allocType }分配数量{ $count2 }。
51N59
- 状态描述
-
错误:系统配置或操作异常 - 内部资源耗尽。DBMS 无法处理此请求,请稍后重试或联系系统管理员。更多信息请查看日志。
51N60
- 状态描述
-
错误:系统配置或操作异常 - 无法检查企业许可证接受状态。DBMS 无法确定企业许可证的接受状态。
51N64
- 状态描述
-
错误:系统配置或操作异常 - 采样期间索引被删除。采样期间索引被删除。
51N66
- 状态描述
-
错误:系统配置或操作异常 - 资源耗尽。资源不足,无法完成请求。
51N67
- 状态描述
-
错误:系统配置或操作异常 - 无效的 CDC 选择器类型。意外的 CDC 选择器
{ $selectorType1 }位于{ $input },期望的选择器类型为{ $selectorType2 }。
51N68
- 状态描述
-
错误:系统配置或操作异常 - 此数据库未启用 CDC。更改数据捕获(CDC)当前未在此数据库上启用。
51N69
- 状态描述
-
错误:系统配置或操作异常 - 系统数据库不可变。无法在系统数据库上执行
{ $operation }。
51N70
- 状态描述
-
错误:系统配置或操作异常 - 未启用 Bolt。无法为
{ $db }获取路由表,因为 Bolt 未启用。请在配置中将server.bolt.enabled设置为 true。
51N72
- 状态描述
-
错误:系统配置或操作异常 - 内存池耗尽。内存池分配内存失败。请检查
{ $cfgSetting }在 neo4j.conf 中的配置。
51N73
- 状态描述
-
错误:系统配置或操作异常 - 事务内存限制已达上限。事务使用的内存超过了允许的最大值。可通过在 neo4j.conf 中设置
{ $cfgSetting }来调整最大事务大小。
51N74
- 状态描述
-
错误:系统配置或操作异常 - 已达到最大事务数。无法启动新事务。已达到并发事务的上限。请在 neo4j.conf 中使用
{ $cfgSetting }增加并发事务数量。
51N76
- 状态描述
-
错误:系统配置或操作异常 - 升级失败。升级到新 Neo4j 版本失败。
51N77
- 状态描述
-
错误:系统配置或操作异常 - 此存储格式不支持此功能。
{ $feat }在{ $storeFormat }存储格式中不受支持。
51N7A
- 状态描述
-
错误:系统配置或操作异常 - 未找到管理员候选用户。未找到管理员候选用户。请使用
neo4j-admin dbms set-default-admin选择有效的管理员。
过程异常
当过程执行出现错误时会产生过程异常,例如客户端错误导致的过程执行失败、无法在主节点上调用过程、checkConnectivity 参数数量无效等。
52N01
- 状态描述
-
错误:过程异常 - 过程执行超时。过程
{ $proc }在{ $timeAmount }{ $timeUnit }后超时。
52N02
52N10
- 状态描述
-
错误:过程异常 - 地址键无效。在提供给 GetRoutingTableProcedure 的查询字符串中包含了地址键,但其值无法解析。
52N14
- 状态描述
-
错误:过程异常 - 系统不能设为默认数据库。系统数据库不能被设为默认数据库。
52N16
- 状态描述
-
错误:过程异常 - 参数列表无效。过程参数无效。
52N18
- 状态描述
-
错误:过程异常 - 种子服务器过多。种子服务器数量
{ $countSeeders }大于定义的分配数量{ $countAllocs }。
52N21
- 状态描述
-
错误:过程异常 - 清理系统图失败。清理系统图失败。
52N22
- 状态描述
-
错误:过程异常 - 参数无效。过程
{ $proc }的参数{ $field }对{ $procParam }无效。{ $procParam }的期望格式为{ $procParamFmt }。
52N23
- 状态描述
-
错误:过程异常 - 命名空间不可重新加载。以下命名空间不可重新加载:
{ $namespaceList }
52N24
- 状态描述
-
错误:过程异常 - 重新加载过程失败。重新加载过程失败。请查看日志获取更多信息。
52N27
- 状态描述
-
错误:过程异常 - 提交时间戳无效。提供的事务 ID 的提交时间戳与事务日志中的不匹配。
52N28
- 状态描述
-
错误:过程异常 - 变更标识符与事务 ID 无效。
{ $transactionId }不是有效的变更标识符。事务 ID 不存在。
52N29
- 状态描述
-
错误:过程异常 - 过时的变更标识符。给定的 ChangeIdentifier 描述了在任何富集记录出现之前的事务。
52N30
- 状态描述
-
错误:过程异常 - 将来的变更标识符。给定的 ChangeIdentifier 描述了尚未发生的事务。
52N34
- 状态描述
-
错误:过程异常 - 过程受限。
{ $fun }受限并访问数据库内部。过程受限性由配置项dbms.security.procedures.unrestricted控制。仅解除对您可信、能够访问数据库内部的过程的受限。
52N35
- 状态描述
-
错误:过程异常 - 过程编译失败。编译位于
{ $procClass }的过程失败:{ $msg }
52N36
- 状态描述
-
错误:过程异常 - 参数无效(带 API 文档提示)。过程
{ $proc }的参数{ $field }对{ $procParam }无效。期望的格式已在{ $procParamFmt }API 文档中说明。
52N38
- 状态描述
-
错误:过程异常 - 未找到 CDC 起始位置。无法在日志中找到起始位置。
52N39
- 状态描述
-
错误:过程异常 - CDC 扫描器已失活。日志扫描器已不再活跃。
52N40
- 状态描述
-
错误:过程异常 - 在写入拓扑图期间对账失败,事务可能未提交。
函数异常
依赖对象错误
G1001
- 状态描述
-
错误:依赖对象错误 - 仍存在边
术语表
- $action
-
操作的自由格式描述。
- $alias
-
别名名称,例如
mydb-alias。 - $aliasList
-
别名列表,例如
mydb-alias1, mydb-alias2。 - $allocType
-
分配类型(
primary或secondary)。 - $arg
-
过程或函数参数,例如
database、pause、dryrun等。 - $argType
-
参数类型,输入或输出。
- $auth
-
身份验证提供程序名称,例如
ldap、native。 - $authRule
-
ABAC 授权规则名称。
- $boltServerState
-
Bolt 服务器状态,例如
READY。 - $boltMsgLenLimit
-
Bolt 消息长度限制,例如
1000。 - $bytes
-
字节数。
- $cause
-
导致错误原因的自由格式描述。
- $cfgSetting
-
配置设置键,例如
server.https.enabled。 - $clause
-
Cypher 子句,例如
USE、MATCH。 - $clause
-
Cypher 子句列表,例如
USE, MATCH。 - $cmd
-
Cypher 命令,例如
DROP DATABASE、PROFILE、SHOW PROCEDURES。 - $component
-
事物的组成部分,例如时间中的时/分,整个输入中的子集输入,整个
CREATE/ALTER DB … SET TOPOLOGY中的TOPOLOGY子句等。 - $constr
-
约束名称,例如
book_isbn。 - $constrDescrOrName
-
约束描述,
(:Label {property0, property1, property2, property1, property3})。 - $context
-
上下文的自由格式描述,指明何处无效或不受支持,例如
OPTIONS、URL、username等。 - $coordinates
-
坐标值,例如
[3.15, 4.012, 5.905]。 - $count
-
某物的数量,例如
3。 - $countAllocs
-
所需的服务器使用数量。
- $countSeeders
-
种子服务器的数量。
- $crs
-
坐标参考系,例如
WGS84。 - $db
-
数据库名称,例如
myDb。 - $dbList
-
数据库名称列表。
- $dim
-
表示索引或点维度的数字。
- $edition
-
Neo4j 版本,例如 Community 或 Enterprise。
- $endpointType
-
关系的
start(起点)或end(终点)之一。 - $entityId
-
节点或关系的 ID。
- $entityType
-
一个节点或一个关系。
- $expr
-
Cypher 表达式,例如
1 + n.prop。 - $exprType
-
自由格式表达式类型,例如
EXISTS、COUNT、COLLECT。 - $feat
-
自由格式的功能描述。
- $field
-
输入字段,例如过程、函数或反序列化的字段。
- $fun
-
函数名称,例如
collect()。 - $funClass
-
用户自定义函数实现类名称,例如
MyFunctionClass。 - $funType
-
函数类型,例如非确定性或聚合。
- $graph
-
图名称,例如
myGraph。 - $graphTypeDependence
-
约束的图类型依赖性,为
UNDESIGNATED、INDEPENDENT或DEPENDENT之一。 - $graphTypeElement
-
图类型的元素,例如
(:Node ⇒ { name :: STRING}),或(:Source)-[:REL ⇒]→(:Target)。 - $graphTypeReference
-
图类型引用,例如
(:Node ⇒)或p。 - $graphTypeOperation
-
图类型操作,例如
SET、ADD、DROP或ALTER之一。 - $hint
-
自由格式的提示描述,例如
USING INDEX n:N(prop)。 - $hintList
-
提示的自由格式描述列表,例如
USING INDEX n:N(prop)。 - $ident
-
通用标识符,例如
my_identifier。 - $idx
-
索引名称,
my_index。 - $idxDescr
-
索引描述,例如
INDEX :Person(name)。 - $idxDescrOrName
-
索引描述符或名称。
- $idxOrConstr
-
索引或约束名称,例如
my_index或book_isbn。 - $idxOrConstrPat
-
索引或约束模式,例如
CREATE CONSTRAINT bar IF NOT EXISTS FOR (n:L) REQUIRE (n.p1) IS NODE KEY。 - $idxType
-
索引类型,例如文本、向量等。
- $input
-
用户输入片段。
- $inputList
-
用户输入列表。
- $item
-
项目的自由格式描述。
- $keyword
-
Cypher 关键字,例如
MERGE。 - $label
-
标签名称,例如
Person。 - $labelExpr
-
标签表达式,例如
(n:Movie|Person)。 - $labelList
-
标签名称列表,例如
Person, Actor。 - $lower
-
范围允许的最小值。
- $mapKey
-
映射键。
- $mapKeyList
-
映射键列表,例如映射
{first: 1, second: 2}中的first and second。 - $matchMode
-
GPM 匹配模式,例如
REPEATABLE ELEMENTS。 - $msg
-
自由格式的消息。
- $msgTitle
-
自由格式的消息标题。
- $namespaceList
-
过程命名空间列表,例如
apoc.math.。 - $operation
-
数学运算,例如
/ by zero、>。 - $option
-
选项名称。
- $optionList
-
选项名称列表。
- $param
-
参数名称,例如
$pattern。 - $paramList
-
参数列表,例如
$pattern, $prop。 - $pat
-
模式,例如
(:Person)。 - $pathMode
-
GPM 路径模式,例如
ACYCLIC。 - $pathModeList
-
GPM 路径模式列表,例如
TRAIL, ACYCLIC。 - $port
-
端口名称,例如
6362。 - $portList
-
端口名称列表,例如
6362, 6000, 7000。 - $pos
-
位置,例如在序列中,例如
2。 - $pred
-
谓词,例如
x = 3。 - $predList
-
谓词列表,例如
'x = 3', 'y > 4'。 - $preparserInput
-
预解析器输入片段。
- $proc
-
过程名称,例如
db.labels()。 - $procClass
-
用户自定义过程实现类名称,例如
MyProcedureClass。 - $procExeMode
-
过程执行模式,为
READ、WRITE、SCHEMA和DBMS之一。 - $procField
-
用户自定义过程实现类参数名称,例如
myArgument。 - $procFieldType
-
用户自定义过程实现类参数类型,为
input或output之一。 - $procFun
-
过程或函数名称或 ID,例如
db.labels()或collect()。 - $procMethod
-
用户自定义过程实现类方法名称,例如
myProcedureMethod。 - $procParam
-
用户自定义过程实现参数名称。
- $procParamFmt
-
自由格式的用户自定义过程实现参数格式,例如
com.example.*。 - $propKey
-
属性键名称,例如
name。 - $propKeyList
-
属性键名称列表,例如
name, age, hometown。 - $query
-
检索或写入数据库信息的语句,例如
MATCH (n) WHERE n.prop。 - $reasonList
-
失败原因列表。
- $relType
-
关系类型名称,例如
KNOWS。 - $replacement
-
自由格式文本,弃用功能的替代方案,Cypher 命令等。
- $role
-
RBAC 角色名称,例如
admin、public、receptionist。 - $routingPolicy
-
路由策略名称。
- $runtime
-
Cypher 运行时名称。为
slotted、pipelined和parallel之一。 - $schemaDescr
-
模式描述符,例如
(:Label1 {prop1})。 - $schemaDescrType
-
模式描述符的自由格式类型,例如
label property existence constraint。 - $selector
-
GPM 路径选择器,例如
ALL PATHS、SHORTEST 2等。 - $selectorType
-
选择器类型。
- $server
-
服务器名称或 ID,例如
25a7efc7-d063-44b8-bdee-f23357f89f01。 - $serverList
-
服务器名称或 ID 列表,例如
'server-1', 'server-2'。 - $serverType
-
服务器类型,
PRIMARY(primaryConstrained)、SECONDARY(secondaryConstrained) 或NONE。 - $serverAddress
-
服务器地址,例如
localhost:20025。 - $sig
-
过程或函数签名,例如
date(input = DEFAULT_TEMPORAL_ARGUMENT :: ANY) :: DATE。 - $storeFormat
-
存储格式名称。为 "aligned"、"block"、"standard"、"high_limit" 之一。
- $syntax
-
Cypher 语法或关键字。
- $temporal
-
时间值,例如
2025-02-18。 - $timeAmount
-
时间单位的整数数量(一个数字)。
- $timeUnit
-
常见时间单位名称,例如
seconds、minutes、hours。 - $token
-
令牌名称,例如
MyLabel、MyRelationshipType、myPropertyKey。 - $tokenId
-
令牌 ID。
- $tokenType
-
标签、关系类型或属性键之一。
- $transactionId
-
正在运行查询的事务 ID。
- $typeDescription
-
类型的自由格式描述,例如 'a list'。
- $upper
-
范围允许的最大值。
- $url
-
URL,例如 https://example.com。
- $user
-
用户名,例如
neo4j。 - $value
-
某个值。
- $valueList
-
值列表。
- $valueType
-
Cypher 值类型,例如
STRING、BOOLEAN、INTEGER、LIST<STRING>等。 - $valueTypeList
-
Cypher 值类型列表。
- $variable
-
变量名称,例如
n。 - $variableList
-
变量名称列表,例如
a, b, c。 - $version
-
版本,例如
CYPHER 25中的25。