Exception: Miasma::Error::ApiError::RequestError
- Inherits:
-
Miasma::Error::ApiError
- Object
- StandardError
- Miasma::Error
- Miasma::Error::ApiError
- Miasma::Error::ApiError::RequestError
- Defined in:
- lib/miasma/error.rb
Overview
Api request error
Instance Attribute Summary (collapse)
-
- (HTTP::Response) response
inherited
from Miasma::Error::ApiError
readonly
Result of bad request.
-
- (String) response_error_msg
inherited
from Miasma::Error::ApiError
readonly
Response error message.
Constructor Details
This class inherits a constructor from Miasma::Error::ApiError
Instance Attribute Details
- (HTTP::Response) response (readonly) Originally defined in class Miasma::Error::ApiError
Returns result of bad request
- (String) response_error_msg (readonly) Originally defined in class Miasma::Error::ApiError
Returns response error message