exceptions
Table of Contents
Namespaces
- enums
Classes
- ArangoException
- Base exception thrown by the ArangoDB client.
- ConflictException
- Thrown when ArangoDB reports a write-write conflict on the same document.
- HttpException
- Thrown when an HTTP request to the ArangoDB server fails with a non-2xx
response that does not map to a more specific {@see ArangoException} subclass.
- MaintenanceException
- Thrown when ArangoDB reports the cluster backend is unavailable
(typically during maintenance windows or coordinator failovers).
- NetworkException
- Thrown when the request cannot reach the server (DNS failure, TCP refused,
connect/read timeout, TLS handshake error, …) — that is, before any HTTP
response is received.