|
1 | | -:description: This section describes the notifications that Neo4j can return, grouped by category, and an example of when they can occur. |
| 1 | +:description: This section describes the notifications that Neo4j can return, grouped by type, and an example of when they can occur. |
2 | 2 |
|
3 | 3 | [[listOfNnotifications]] |
4 | 4 | = List of notification codes |
@@ -1219,7 +1219,7 @@ The query contains an aggregation function that skips null values. |
1219 | 1219 | ===== |
1220 | 1220 |
|
1221 | 1221 | [#_unsupported_notifications] |
1222 | | -== `UNSUPPORTED` category |
| 1222 | +== `UNSUPPORTED` notifications |
1223 | 1223 |
|
1224 | 1224 | Unsupported notifications are returned when the query or command is trying to use features that are not supported by the current system or using experimental features that should not be used in production. |
1225 | 1225 |
|
@@ -2717,7 +2717,7 @@ m|WARNING |
2717 | 2717 | |=== |
2718 | 2718 |
|
2719 | 2719 | [#_security_notifications] |
2720 | | -== `SECURITY` category |
| 2720 | +== `SECURITY` notifications |
2721 | 2721 |
|
2722 | 2722 | Security notifications indicate that the result of the query or command might have a potential security issue. |
2723 | 2723 | Verify that this is the intended behavior of your query or command. |
@@ -3589,7 +3589,7 @@ Until enabled, the new external auth will be ignored, and current external auth |
3589 | 3589 |
|
3590 | 3590 |
|
3591 | 3591 | [#_topology_notifications] |
3592 | | -== `TOPOLOGY` category |
| 3592 | +== `TOPOLOGY` notifications |
3593 | 3593 |
|
3594 | 3594 | Topology notifications provide additional information related to managing databases and servers. |
3595 | 3595 |
|
@@ -3949,7 +3949,7 @@ The requested topology matched the current topology. No allocations were changed |
3949 | 3949 | [#_neo_clientnotification_cluster_servercaughtup] |
3950 | 3950 | === Server has caught up during `WAIT` command |
3951 | 3951 |
|
3952 | | -.Notification category details |
| 3952 | +.Notification details |
3953 | 3953 | [cols="<1s,<4"] |
3954 | 3954 | |=== |
3955 | 3955 | |Neo4j code |
@@ -4019,7 +4019,7 @@ Server `ServerId\{0e020000}` at address `localhost:20026` has caught up. |
4019 | 4019 | [#_neo_clientnotification_cluster_serverfailed] |
4020 | 4020 | === Server failed during `WAIT` command |
4021 | 4021 |
|
4022 | | -.Notification category details |
| 4022 | +.Notification details |
4023 | 4023 | [cols="<1s,<4"] |
4024 | 4024 | |=== |
4025 | 4025 | |Neo4j code |
@@ -4096,7 +4096,7 @@ Investigate the failing server using the provided message. |
4096 | 4096 | [#_neo_clientnotification_cluster_servercatchingup] |
4097 | 4097 | === Server is still catching up during `WAIT` command |
4098 | 4098 |
|
4099 | | -.Notification category details |
| 4099 | +.Notification details |
4100 | 4100 | [cols="<1s,<4"] |
4101 | 4101 | |=== |
4102 | 4102 | |Neo4j code |
@@ -4175,7 +4175,7 @@ Investigate the server and network for performance issues or increase the wait t |
4175 | 4175 | [#_neo_clientnotification_cluster_serverunavailable] |
4176 | 4176 | === Server is not available during `WAIT` command |
4177 | 4177 |
|
4178 | | -.Notification category details |
| 4178 | +.Notification details |
4179 | 4179 | [cols="<1s,<4"] |
4180 | 4180 | |=== |
4181 | 4181 | |Neo4j code |
@@ -4250,7 +4250,7 @@ Investigate the server to determine why it is not available. |
4250 | 4250 |
|
4251 | 4251 |
|
4252 | 4252 | [#_schema_notifications] |
4253 | | -== `SCHEMA` category |
| 4253 | +== `SCHEMA` notifications |
4254 | 4254 |
|
4255 | 4255 | Schema notifications provide additional information related to indexes and constraints. |
4256 | 4256 |
|
@@ -4606,7 +4606,7 @@ Verify that this is the intended constraint and that it is spelled correctly. |
4606 | 4606 | [#_generic] |
4607 | 4607 | == `GENERIC` notifications |
4608 | 4608 |
|
4609 | | -`GENERIC` notification codes do not belong to any wider category and do not have any connection to each other. |
| 4609 | +`GENERIC` notification codes do not belong to any wider type and do not have any connection to each other. |
4610 | 4610 |
|
4611 | 4611 | [#_neo_clientnotification_statement_subqueryvariableshadowing] |
4612 | 4612 | === Subquery variable shadowing |
@@ -4970,7 +4970,7 @@ m|WARNING |
4970 | 4970 |
|
4971 | 4971 | When matching on a relationship type expression that can never be satisfied, for example asking for zero, more than one or contradictory types. |
4972 | 4972 |
|
4973 | | -.Notification category details |
| 4973 | +.Notification details |
4974 | 4974 | [cols="<1s,<4"] |
4975 | 4975 | |=== |
4976 | 4976 | |Neo4j code |
@@ -5029,7 +5029,7 @@ Relationship type expression cannot possibly be satisfied. (`R1&R2` can never be |
5029 | 5029 | [#_neo_clientnotification_statement_repeatedrelationshipreference] |
5030 | 5030 | === Repeated relationship reference |
5031 | 5031 |
|
5032 | | -.Notification category details |
| 5032 | +.Notification details |
5033 | 5033 | [cols="<1s,<4"] |
5034 | 5034 | |=== |
5035 | 5035 | |Neo4j code |
|
0 commit comments