Module Indexed_pool.Command_error

type t =
| Invalid_nonce of [ `Expected of Mina_base.Account.Nonce.t | `Between of Mina_base.Account.Nonce.t * Mina_base.Account.Nonce.t ] * Mina_base.Account.Nonce.t
| Insufficient_funds of [ `Balance of Currency.Amount.t ] * Currency.Amount.t
| Insufficient_replace_fee of [ `Replace_fee of Currency.Fee.t ] * Currency.Fee.t
| Overflow
| Bad_token
| Expired of [ `Valid_until of Mina_numbers.Global_slot.t ] * [ `Global_slot_since_genesis of Mina_numbers.Global_slot.t ]
| Unwanted_fee_token of Mina_base.Token_id.t
val to_yojson : t -> Yojson.Safe.t
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.t
val grounds_for_diff_rejection : t -> bool