Exception: Moonrope::Errors::StructuredError

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

Instance Attribute Summary

Attributes inherited from RequestError

#options

Instance Method Summary collapse

Methods inherited from RequestError

#initialize

Constructor Details

This class inherits a constructor from Moonrope::Errors::RequestError

Instance Method Details

#dataObject



33
34
35
# File 'lib/moonrope/errors.rb', line 33

def data
  @options
end

#statusObject



29
30
31
# File 'lib/moonrope/errors.rb', line 29

def status
  "error"
end