Exception: ResoTransport::ResponseError

Inherits:
RequestError show all
Defined in:
lib/reso_transport/errors.rb

Instance Attribute Summary

Attributes inherited from RequestError

#request, #response

Attributes inherited from ResourceError

#resource

Instance Method Summary collapse

Methods inherited from RequestError

#initialize

Methods inherited from ResourceError

#initialize, #resource_name

Constructor Details

This class inherits a constructor from ResoTransport::RequestError

Instance Method Details

#messageObject



59
60
61
# File 'lib/reso_transport/errors.rb', line 59

def message
  "Request succeeded for #{resource_name} with response errors"
end