OnnxConvertException Class
An exception related to ONNX conversion.
Construct a new ClientException.
- Inheritance
-
OnnxConvertException
Constructor
OnnxConvertException(exception_message='', target=None, **kwargs)
Parameters
Name | Description |
---|---|
exception_message
Required
|
A message describing the error. |
inner_exception
Required
|
An optional message, for example, from a previously handled exception. |
target
|
The name of the element that caused the exception to be raised. Default value: None
|
details
Required
|
Any additional information about the error such as other error responses or stack traces. |
exception_message
Required
|
Details on the exception. |
target
Required
|
The name of the element that caused the exception to be thrown. |