Exception: StandardExceptions::Http::UnprocessableEntity
- Inherits:
-
Exception
- Object
- StandardError
- Exception
- StandardExceptions::Http::UnprocessableEntity
- Defined in:
- lib/standard_exceptions/http.rb
Overview
MethodNotAllowed 405 NotAcceptable 406 ProxyAuthenticationRequired 407 RequestTimeout 408 Conflict 409 Gone 410 LengthRequired 411 PreconditionFailed 412 RequestEntityTooLarge 413 RequestURITooLong 414 UnsupportedMediaType 415 RequestedRangeNotSatisfiable 416 ExpectationFailed 417
Direct Known Subclasses
Constant Summary collapse
- MESSAGE =
'The server understands the request but was unable to process it.'- STATUS =
422
Instance Attribute Summary
Attributes inherited from Exception
Method Summary
Methods inherited from Exception
human_name, #human_name, #initialize
Constructor Details
This class inherits a constructor from StandardExceptions::Exception