Reportable.Error.t
is a reportable error
module Id : sig ... end
Reportable.Error.Id.t
is a reportable error handle; used as a key for removal
val create : Jenga_lib.Goal.t ‑> Jenga_lib.Reason.t ‑> t
Create a new Reportable.Error.t
from a Goal.t
and Reason.t
val contents : t ‑> [ `Command_failed of Jenga_lib.Job_summary.t | `Internal of string list ]
contents t
is the contents of t