Exception: Railerr::UnprocessableContentError
- Inherits:
-
APIException
- Object
- StandardError
- APIException
- Railerr::UnprocessableContentError
- Defined in:
- lib/railerr/api_exceptions.rb
Overview
Raised for HTTP 422 Unprocessable Content
Constant Summary collapse
- DEFAULT_MESSAGE =
'Unprocessable content'- STATUS_CODE =
Status::HTTP_422_UNPROCESSABLE_ENTITY
Method Summary
Methods inherited from APIException
#default_message, #initialize, #status_code
Constructor Details
This class inherits a constructor from Railerr::APIException