Exception: Certynix::ConfigurationError
- Defined in:
- lib/certynix/errors.rb
Overview
API key inválida, configuração incorreta
Instance Attribute Summary
Attributes inherited from Error
#code, #request_id, #status_code
Instance Method Summary collapse
-
#initialize(message) ⇒ ConfigurationError
constructor
A new instance of ConfigurationError.
Constructor Details
#initialize(message) ⇒ ConfigurationError
Returns a new instance of ConfigurationError.
18 19 20 |
# File 'lib/certynix/errors.rb', line 18 def initialize() super(message: , code: 'CONFIGURATION_ERROR', status_code: 0) end |