Extension.ErrorAn extensible set of possible errors
type t = error = ..val pp : Format.formatter -> t -> unitpp ppf err outputs a human readable description of err
val register_printer : (t -> string option) -> unitregister_printer to_string registers a printer for a subset of the errors.