Method: UpBankingClient::ErrorObject#detail
- Defined in:
- lib/up_banking/models/error_object.rb
#detail ⇒ Object
A detailed description of this error. This should be considered unique to individual occurrences of an error and subject to change. It is useful for debugging purposes.
26 27 28 |
# File 'lib/up_banking/models/error_object.rb', line 26 def detail @detail end |