class Restforce::Middleware::RaiseError

def message

def message
  "#{body.first['errorCode']}: #{body.first['message']}"
end