Exception: RHC::Rest::ClientErrorException
- Defined in:
- lib/rhc/rest.rb
Overview
Exceptions thrown in case of an HTTP 4xx is received with the exception of 401, 403, 403 and 422 where a more sepcific exception is thrown
HTTP Error Codes 4xx
The 4xx class of status code is intended for cases in which the client seems to have errored.
Direct Known Subclasses
RequestDeniedException, ResourceNotFoundException, UnAuthorizedException, ValidationException
Instance Attribute Summary
Attributes inherited from Exception
Method Summary
Methods inherited from Exception
Constructor Details
This class inherits a constructor from RHC::Rest::Exception