Sourcetype nonrec t = {code : string option;message : string option;type_ : string option;context : string option;
} Sourceval make : ?code:??? -> ?message:??? -> ?type_:??? -> ?context:??? -> unit -> t Sourceval to_value : t -> [> `Structure of (string * [> `String of string ]) list ]