Rosetta_lib.Errors
module Partial_reason : sig ... end
module Variant : sig ... end
module T : sig ... end
include module type of struct include T end
type t = T.t
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
val erase : t -> Rosetta_models.Error.t
val all_errors : Rosetta_models.Error.t list lazy_t
module Lift = T.Lift
module Transaction_submit : sig ... end