Errors¶
Neo4j Errors¶
- class py2neo.Neo4jError(message, code)[source]¶
Base exception class for modelling error status codes returned by Neo4j.
For details of the status codes available, visit: https://neo4j.com/docs/status-codes/current/
Connectivity Errors¶
Raised when a connection cannot be acquired.
- class py2neo.ConnectionLimit[source]¶
Raised when no further connections are available due to a configured resource limit.
Raised when no read or write service is available from a Neo4j installation.
Raised when no write service is available from a Neo4j installation, but a read service may still be available.