Exception: Served::Resource::UnprocessableEntity
- Inherits:
-
HttpError
- Object
- StandardError
- Base::ServiceError
- Error
- HttpError
- Served::Resource::UnprocessableEntity
- Defined in:
- lib/served/resource/http_errors.rb
Overview
422 UnprocessableEntity
Instance Attribute Summary
Attributes inherited from HttpError
#code, #errors, #message, #response, #server_backtrace
Class Method Summary collapse
Methods inherited from HttpError
Constructor Details
This class inherits a constructor from Served::Resource::HttpError
Class Method Details
.code ⇒ Object
93 94 95 |
# File 'lib/served/resource/http_errors.rb', line 93 def self.code 422 end |