Method: EML::Response#error

Defined in:
lib/eml/response.rb

#errorObject



35
36
37
# File 'lib/eml/response.rb', line 35

def error
  body.fetch("message", nil) if body.respond_to?(:fetch)
end