Exception: Moonrope::Errors::ValidationError
- Inherits:
-
RequestError
- Object
- StandardError
- Error
- RequestError
- Moonrope::Errors::ValidationError
- Defined in:
- lib/moonrope/errors.rb
Instance Attribute Summary
Attributes inherited from RequestError
Instance Method Summary collapse
Methods inherited from RequestError
Constructor Details
This class inherits a constructor from Moonrope::Errors::RequestError
Instance Method Details
#data ⇒ Object
55 56 57 |
# File 'lib/moonrope/errors.rb', line 55 def data {:errors => @options} end |
#status ⇒ Object
51 52 53 |
# File 'lib/moonrope/errors.rb', line 51 def status 'validation-error' end |