Package

com.auginte.scarango

errors

Permalink

package errors

Content Hierarchy
Visibility
  1. Public
  2. All

Type Members

  1. case class BadRequest(httpResponse: HttpResponse)(implicit context: Context) extends ScarangoException with Product with Serializable

    Permalink

    Exception, when endpoint isn ot found: 400 response

  2. case class Forbidden(httpResponse: HttpResponse)(implicit context: Context) extends ScarangoException with Product with Serializable

    Permalink

    Exception, when there are user permission problems: 403 response

  3. case class NotFound(httpResponse: HttpResponse)(implicit context: Context) extends ScarangoException with Product with Serializable

    Permalink

    Exception, when resource is not found: 404 response

  4. trait ResponseData extends AnyRef

    Permalink

    Marker for errors with response context

  5. abstract class ScarangoException extends Exception with ResponseData

    Permalink

    Exceptions related to Scarango driver

  6. case class Unexpected(cause: Exception, httpResponse: HttpResponse)(implicit context: Context) extends ScarangoException with Product with Serializable

    Permalink

Value Members

  1. object Unexpected extends Serializable

    Permalink

Ungrouped