package kinetic-client

  1. Overview
  2. Docs
type msg = string
val pp_msg : Ppx_deriving_runtime.Format.formatter -> msg -> Ppx_deriving_runtime.unit
type t =
  1. | KineticError of int * msg
  2. | Generic of string * int * msg
  3. | Timeout of float * msg
  4. | Assert of msg
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit