| BadRequestException |
An exception thrown if FaunaDB cannot evaluate a query.
|
| FaunaException |
The base type for all FaunaDB exceptions.
|
| InternalException |
An exception thrown if a HTTP 500 (Internal Server Error) occurs when making a request to FaunaDB.
|
| NotFoundException |
An exception thrown if a HTTP 404 (Not Found) is returned from FaunaDB.
|
| PermissionDeniedException |
An exception thrown if a HTTP 403 (Forbidden) is returned from FaunaDB.
|
| StreamingException |
An exception thrown if an error event is receiving on a stream.
|
| TransactionContentionException |
An exception thrown if a HTTP 409 is returned from FaunaDB.
|
| UnauthorizedException |
An exception thrown if FaunaDB responds with an HTTP 401 (Unauthorized).
|
| UnavailableException |
An exception thrown if a FaunaDB host is unavailable for any reason.
|
| UnknownException |
An exception thrown if a FaunaDB response is unknown or unparseable by the client.
|