Module Attempt_history.Attempt

type reason = [
| `Download
| `Initial_validate
| `Verify
| `Build_breadcrumb
]
val reason_to_yojson : reason -> Yojson.Safe.t
val reason_of_yojson : Yojson.Safe.t -> reason Ppx_deriving_yojson_runtime.error_or
type t = {
failure_reason : reason;
}
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val _ : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or