Exception: Xendify::Errors::CreditCard::InsufficientBalance
- Inherits:
-
ResponseError
- Object
- StandardError
- ResponseError
- ResponseError
- Xendify::Errors::CreditCard::InsufficientBalance
- Defined in:
- lib/xendify/errors/credit_card.rb
Instance Attribute Summary
Attributes inherited from ResponseError
Instance Method Summary collapse
Methods inherited from ResponseError
Constructor Details
This class inherits a constructor from Xendify::Errors::ResponseError
Instance Method Details
#message ⇒ Object
21 22 23 |
# File 'lib/xendify/errors/credit_card.rb', line 21 def 'The card you are trying to capture does not have enough balance to complete the capture.' end |