package zeit

  1. Overview
  2. Docs
type t =
  1. | Http_error
  2. | Json_error
  3. | Deserialization_error
val equal : t -> t -> Ppx_deriving_runtime.bool
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
val to_string : t -> string