Exception: ComplyanceSDK::Exceptions::ValidationError
- Inherits:
-
SDKException
- Object
- StandardError
- SDKException
- ComplyanceSDK::Exceptions::ValidationError
- Defined in:
- lib/complyance_sdk/exceptions/sdk_exception.rb
Overview
Exception raised when validation fails
Instance Attribute Summary
Attributes inherited from SDKException
Instance Method Summary collapse
-
#initialize(message = "Validation failed", **kwargs) ⇒ ValidationError
constructor
A new instance of ValidationError.
Methods inherited from SDKException
Constructor Details
#initialize(message = "Validation failed", **kwargs) ⇒ ValidationError
Returns a new instance of ValidationError.
51 52 53 |
# File 'lib/complyance_sdk/exceptions/sdk_exception.rb', line 51 def initialize( = "Validation failed", **kwargs) super(, code: :validation_error, **kwargs) end |