Packages

p

faunadb

errors

package errors

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class BadRequestException extends FaunaException

    An exception thrown if FaunaDB cannot evaluate a query.

  2. class FaunaException extends Exception
  3. 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.

  4. class NotFoundException extends FaunaException

    An exception thrown if FaunaDB responds with an HTTP 404 for non-query endpoints.

  5. class PermissionDeniedException extends FaunaException

    An exception thrown if FaunaDB responds with an HTTP 403.

  6. class UnauthorizedException extends FaunaException

    An exception thrown if FaunaDB responds with an HTTP 401.

  7. 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.

  8. class UnknownException extends FaunaException

Value Members

  1. object FaunaException extends Serializable

Ungrouped