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
| This is an administration command and it should be executed against the `system` database.
193
199
@@ -319,6 +325,10 @@ You could try increasing the stack size; for example to set the stack size to `2
319
325
There is not enough memory to perform the current task.
320
326
Please try increasing `server.memory.off_heap.transaction_max_size` in the Neo4j configuration file (normally in _conf/neo4j.conf_ or, if you are using Neo4j Desktop, found through the user interface), and then restart the database.
321
327
328
+
| Neo.TransientError.Invalid.ResourceExhaustion
329
+
| The server has rejected this request as a resource is exhausted at the moment.
330
+
You can retry at a later time. For further details see server logs.
331
+
322
332
| Neo.TransientError.Request.NoThreadsAvailable
323
333
|
324
334
There are no available threads to serve this request at the moment.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/notifications/all-notifications.adoc
+33-8Lines changed: 33 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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
@@ -2710,7 +2710,7 @@ m|WARNING
2710
2710
|===
2711
2711
2712
2712
[#_security_notifications]
2713
-
== `SECURITY` category
2713
+
== `SECURITY` notifications
2714
2714
2715
2715
Security notifications indicate that the result of the query or command might have a potential security issue.
2716
2716
Verify that this is the intended behavior of your query or command.
@@ -3362,7 +3362,7 @@ Use `DATABASE *` without the parameter to revoke the privilege on all databases.
0 commit comments