File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/ROOT/pages/notifications Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
[[notifications]]
4
4
= Notification codes
5
5
6
- Notification codes are Neo4j status codes of type `ClientNotification`and are returned by the server with severity `WARNING` or `INFORMATION`.
6
+ Notification codes are Neo4j status codes of type `ClientNotification` and are returned by the server with severity `WARNING` or `INFORMATION`.
7
7
Contrary to errors, notifications are only returned if the execution of the query is successful.
8
8
9
9
[[notification-format]]
@@ -78,4 +78,4 @@ The following categories exist, ordered by severity:
78
78
| INFORMATION
79
79
| The query uses costly operations and might be slow. Consider if it is possible to rewrite the query in a different way.
80
80
|
81
- |===
81
+ |===
You can’t perform that action at this time.
0 commit comments