RawDataSnapshotException Class
Exception related to capturing the raw data snapshot to be used at the inference time.
Dev Note: This is Deprecated, and will shortly be removed. Please use one of the other exceptions.
Constructor
RawDataSnapshotException(exception_message='', target=None, **kwargs)
Parameters
| Name | Description |
|---|---|
|
exception_message
Required
|
Details on the exception. |
|
target
|
The name of the element that caused the exception to be thrown. Default value: None
|