Exception: MixinBot::InsufficientBalanceError

Inherits:
APIError
  • Object
show all
Defined in:
lib/mixin_bot/errors.rb

Overview

Raised when there is insufficient balance for a transaction (error codes 20117, 20124).

Direct Known Subclasses

UtxoInsufficientError

Instance Attribute Summary

Attributes inherited from APIError

#body, #code, #description, #extra, #http_status, #path, #request_id, #retry_after, #server_time, #status, #verb

Method Summary

Methods inherited from APIError

build, #client_error?, #formatted_message, #initialize, #retryable?, #throttle?

Constructor Details

This class inherits a constructor from MixinBot::APIError