package errors
- Alphabetic
- Public
- All
Type Members
-
class
BadRequestException
extends FaunaException
An exception thrown if FaunaDB cannot evaluate a query.
- class FaunaException extends Exception
-
class
InternalException
extends FaunaException
An exception thrown if FaunaDB responds with an HTTP 500.
An exception thrown if FaunaDB responds with an HTTP 500. Such errors represent an internal failure within the database.
-
class
NotFoundException
extends FaunaException
An exception thrown if FaunaDB responds with an HTTP 404 for non-query endpoints.
-
class
PermissionDeniedException
extends FaunaException
An exception thrown if FaunaDB responds with an HTTP 403.
-
class
UnauthorizedException
extends FaunaException
An exception thrown if FaunaDB responds with an HTTP 401.
-
case class
UnavailableException
(response: Option[QueryErrorResponse], message: String) extends FaunaException with Product with Serializable
An exception thrown if FaunaDB responds with an HTTP 503.
An exception thrown if FaunaDB responds with an HTTP 503. Such errors represent that the FaunaDB service was unavailable.
- class UnknownException extends FaunaException
Value Members
- object FaunaException extends Serializable