Imandrakit_error.Kind
Error kinds.
Each error has a single kind that is a concise description of the nature of the error. More details are typically provided in the error message.
val pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
val to_twine : t Imandrakit_twine.Encode.encoder
val of_twine : t Imandrakit_twine.Decode.decoder
val hash : t -> int
val make : name:string -> unit -> t
val name : t -> string
val generic_internal_error : t
Any internal error that's not more specific
val timeout : t
Timeout
val todo : t
Not implemented yet
module Tbl : CCHashtbl.S with type key = t