Exception: MLClient::MLClientError
- Inherits:
-
StandardError
- Object
- StandardError
- MLClient::MLClientError
- Defined in:
- lib/ml_client/errors.rb
Overview
MLClient is the base error from which all other more specific errors
Direct Known Subclasses
AsyncError, AuthentificationError, ConfigurationError, FailedValidationError, InternalServerError, UnhandledError, WrongModelName
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ MLClientError
constructor
A new instance of MLClientError.
Constructor Details
#initialize(message = nil) ⇒ MLClientError
Returns a new instance of MLClientError.
8 9 10 11 |
# File 'lib/ml_client/errors.rb', line 8 def initialize( = nil) @message = super end |
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message.
6 7 8 |
# File 'lib/ml_client/errors.rb', line 6 def @message end |