Exception: AxHub::Data::IntrospectFailedError
- Defined in:
- lib/axhub_sdk/data/errors.rb
Instance Attribute Summary
Attributes inherited from Error
#category, #code, #request_id, #retryable, #status
Instance Method Summary collapse
-
#initialize(message, status: 0, retryable: false, request_id: nil) ⇒ IntrospectFailedError
constructor
A new instance of IntrospectFailedError.
Constructor Details
#initialize(message, status: 0, retryable: false, request_id: nil) ⇒ IntrospectFailedError
Returns a new instance of IntrospectFailedError.
37 38 39 |
# File 'lib/axhub_sdk/data/errors.rb', line 37 def initialize(, status: 0, retryable: false, request_id: nil) super(category: 'internal', code: 'introspect_failed', message: , status: status, retryable: retryable, request_id: request_id) end |