package colombe

  1. Overview
  2. Docs
type error = [
  1. | `Invalid_code of int
  2. | Decoder.error
]
val pp_error : error Fmt.t
val response : Decoder.decoder -> (t, [> error ]) Decoder.state
val of_string : string -> (t, [> error ]) Stdlib.result
val of_string_raw : string -> int Stdlib.ref -> (t, [> error ]) Stdlib.result