You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/notifications/index.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -257,7 +257,7 @@ On the server side, notifications are part of the Result Core API.
257
257
A method called `getNotifications()`, which is deprecated since 5.26, returns a list of server-side notification objects.
258
258
These notifications are then sent to the driver as success Bolt message metadata.
259
259
On the driver side, notifications are part of the ResultSummary API, which has a method called `notifications()` that returns a list of driver-side Notification objects.
260
-
The result of the `getCode()` or `code()` methods is known as the Neo4j status code.
260
+
The result of the `getCode()` or `code()` methods is known as the Neo4j status code.
261
261
Driver-side notification configuration filters notifications by severity and/or category at both the driver and session levels.
262
262
For more information, see <<notification-grouping-and-filtering, Server notification grouping and filtering>>.
0 commit comments