Package

faunadb

errors

Permalink

package errors

Visibility
  1. Public
  2. All

Type Members

  1. class BadRequestException extends FaunaException

    Permalink

    An exception thrown if FaunaDB cannot evaluate a query.

  2. class FaunaException extends Exception

    Permalink
  3. class InternalException extends FaunaException

    Permalink

    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

    Permalink

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

  5. class PermissionDeniedException extends FaunaException

    Permalink

    An exception thrown if FaunaDB responds with an HTTP 403.

  6. class UnauthorizedException extends FaunaException

    Permalink

    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

    Permalink

    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

    Permalink

Value Members

  1. object FaunaException extends Serializable

    Permalink

Ungrouped