OnnxConvertException Class

An exception related to ONNX conversion.

Construct a new ClientException.

Inheritance
OnnxConvertException

Constructor

OnnxConvertException(exception_message='', target=None, **kwargs)

Parameters

exception_message
str
Required

A message describing the error.

inner_exception
str
Required

An optional message, for example, from a previously handled exception.

target
str
default value: None

The name of the element that caused the exception to be raised.

details
str
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.