fr.hmil.roshttp

exceptions

package exceptions

Visibility
  1. Public
  2. All

Type Members

  1. case class HttpException[+T <: HttpResponse] extends IOException with Product with Serializable

    Exception in the HTTP application layer.

  2. case class RequestException(cause: Throwable) extends IOException with Product with Serializable

    Captures network errors occurring during an HTTP request.

  3. case class ResponseException extends IOException with Product with Serializable

    Captures network errors occurring during reception of an HTTP response body.

  4. case class TimeoutException(header: Option[HttpResponseHeader] = scala.None) extends IOException with Product with Serializable

    Captures timeout exceptions occurring during an HTTP response.

  5. case class UploadStreamException(cause: Throwable) extends IOException with Product with Serializable

    Captures errors in the request body stream.

Value Members

  1. object HttpException extends Serializable

Ungrouped