Skip to content

Commit e18731a

Browse files
committed
remove category or replace it with notifications
1 parent 8a40a65 commit e18731a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

modules/ROOT/pages/notifications/all-notifications.adoc

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.
22

33
[[listOfNnotifications]]
44
= List of notification codes
@@ -1219,7 +1219,7 @@ The query contains an aggregation function that skips null values.
12191219
=====
12201220

12211221
[#_unsupported_notifications]
1222-
== `UNSUPPORTED` category
1222+
== `UNSUPPORTED` notifications
12231223

12241224
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.
12251225

@@ -2717,7 +2717,7 @@ m|WARNING
27172717
|===
27182718

27192719
[#_security_notifications]
2720-
== `SECURITY` category
2720+
== `SECURITY` notifications
27212721

27222722
Security notifications indicate that the result of the query or command might have a potential security issue.
27232723
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
35893589

35903590

35913591
[#_topology_notifications]
3592-
== `TOPOLOGY` category
3592+
== `TOPOLOGY` notifications
35933593

35943594
Topology notifications provide additional information related to managing databases and servers.
35953595

@@ -3949,7 +3949,7 @@ The requested topology matched the current topology. No allocations were changed
39493949
[#_neo_clientnotification_cluster_servercaughtup]
39503950
=== Server has caught up during `WAIT` command
39513951

3952-
.Notification category details
3952+
.Notification details
39533953
[cols="<1s,<4"]
39543954
|===
39553955
|Neo4j code
@@ -4019,7 +4019,7 @@ Server `ServerId\{0e020000}` at address `localhost:20026` has caught up.
40194019
[#_neo_clientnotification_cluster_serverfailed]
40204020
=== Server failed during `WAIT` command
40214021

4022-
.Notification category details
4022+
.Notification details
40234023
[cols="<1s,<4"]
40244024
|===
40254025
|Neo4j code
@@ -4096,7 +4096,7 @@ Investigate the failing server using the provided message.
40964096
[#_neo_clientnotification_cluster_servercatchingup]
40974097
=== Server is still catching up during `WAIT` command
40984098

4099-
.Notification category details
4099+
.Notification details
41004100
[cols="<1s,<4"]
41014101
|===
41024102
|Neo4j code
@@ -4175,7 +4175,7 @@ Investigate the server and network for performance issues or increase the wait t
41754175
[#_neo_clientnotification_cluster_serverunavailable]
41764176
=== Server is not available during `WAIT` command
41774177

4178-
.Notification category details
4178+
.Notification details
41794179
[cols="<1s,<4"]
41804180
|===
41814181
|Neo4j code
@@ -4250,7 +4250,7 @@ Investigate the server to determine why it is not available.
42504250

42514251

42524252
[#_schema_notifications]
4253-
== `SCHEMA` category
4253+
== `SCHEMA` notifications
42544254

42554255
Schema notifications provide additional information related to indexes and constraints.
42564256

@@ -4606,7 +4606,7 @@ Verify that this is the intended constraint and that it is spelled correctly.
46064606
[#_generic]
46074607
== `GENERIC` notifications
46084608

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.
46104610

46114611
[#_neo_clientnotification_statement_subqueryvariableshadowing]
46124612
=== Subquery variable shadowing
@@ -4970,7 +4970,7 @@ m|WARNING
49704970

49714971
When matching on a relationship type expression that can never be satisfied, for example asking for zero, more than one or contradictory types.
49724972

4973-
.Notification category details
4973+
.Notification details
49744974
[cols="<1s,<4"]
49754975
|===
49764976
|Neo4j code
@@ -5029,7 +5029,7 @@ Relationship type expression cannot possibly be satisfied. (`R1&R2` can never be
50295029
[#_neo_clientnotification_statement_repeatedrelationshipreference]
50305030
=== Repeated relationship reference
50315031

5032-
.Notification category details
5032+
.Notification details
50335033
[cols="<1s,<4"]
50345034
|===
50355035
|Neo4j code

0 commit comments

Comments
 (0)