Module Curly.Error

type t =
| Invalid_request of string
| Bad_exit of Process_result.t
| Failed_to_read_response of exn * Process_result.t
| Exn of exn
val pp : Format.formatter -> t -> unit