Exception: Clarinet::Error::ApiError
- Inherits:
-
StandardError
- Object
- StandardError
- Clarinet::Error::ApiError
- Defined in:
- lib/clarinet/error/error.rb
Direct Known Subclasses
ApiKeyNotFoundError, BadRequestFormatError, ImageDecodingError, InvalidAuthTokenError, InvalidRequestError
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#description ⇒ Object
Returns the value of attribute description.
-
#details ⇒ Object
Returns the value of attribute details.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
4 5 6 |
# File 'lib/clarinet/error/error.rb', line 4 def code @code end |
#description ⇒ Object
Returns the value of attribute description.
5 6 7 |
# File 'lib/clarinet/error/error.rb', line 5 def description @description end |
#details ⇒ Object
Returns the value of attribute details.
6 7 8 |
# File 'lib/clarinet/error/error.rb', line 6 def details @details end |