Module Make.Error

type t = [
  1. | `Message of Response.Error.t
  2. | Http_types.Error.t
]
val sexp_of_t : t -> Sexplib0.Sexp.t