Module Http_types.Error

type t = [
  1. | `Connection_failure
  2. | `Raised of exn
  3. | `Timeout
  4. | `Queue_timeout
]

Client call error type.

val sexp_of_t : t -> Sexplib0.Sexp.t
val failwith : here:Stdlib.Lexing.position -> t -> 'a