Neo4j Status Codes v5
This document details all status codes that a Neo4j DBMS may return to indicate the outcome of a request.
Classification
The fact that a status code is returned by the server does not always mean there is a fatal error. Status codes can also indicate transient problems that may go away if you retry the request. The classification of the status code determines the effect on the transaction.
Class | Description | Effect on the transaction |
---|---|---|
The Client sent a bad request - changing the request might yield a successful outcome. |
Rollback |
|
The database cannot service the request right now, retrying later might yield a successful outcome. |
Rollback |
|
The database failed to service the request. |
Rollback |
|
The query execution was successful, but there are notifications about the request sent by the client. |
None |
License: Creative Commons 4.0
Was this page helpful?