Module Zeit.Error

type t =
| Http_error
| Json_error
| Deserialization_error
val equal : t ‑> t ‑> Ppx_deriving_runtime.bool
val pp : Format.formatter ‑> t ‑> Ppx_deriving_runtime.unit
val show : t ‑> Ppx_deriving_runtime.string
val to_string : t ‑> string