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



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

def data
  @options
end

#statusObject



26
27
28
# File 'lib/moonrope/errors.rb', line 26

def status
  "error"
end