Method: GoCardlessPro::Error#errors

Defined in:
lib/gocardless_pro/error.rb

#errorsObject

access the errors from the response



50
51
52
# File 'lib/gocardless_pro/error.rb', line 50

def errors
  @error.fetch('errors', [])
end