Method: GoCardlessPro::Error#errors
- Defined in:
- lib/gocardless_pro/error.rb
#errors ⇒ Object
access the errors from the response
50 51 52 |
# File 'lib/gocardless_pro/error.rb', line 50 def errors @error.fetch('errors', []) end |