cosmpy.aerial.exceptions¶
Exceptions.
QueryError Objects¶
Invalid Query Error.
NotFoundError Objects¶
Not found Error.
QueryTimeoutError Objects¶
Query timeout Error.
BroadcastError Objects¶
Broadcast Error.
__
init__
¶
Init Broadcast error.
Arguments:
tx_hash
: transaction hashmessage
: message
OutOfGasError Objects¶
Insufficient Fess Error.
__
init__
¶
Initialize.
Arguments:
tx_hash
: transaction hashgas_wanted
: gas required to complete the transactiongas_used
: gas used
InsufficientFeesError Objects¶
Insufficient Fess Error.
__
init__
¶
Initialize.
Arguments:
tx_hash
: transaction hashminimum_required_fee
: Minimum required fee