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
str

A message describing the error.

inner_exception
Required
str

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

target
str

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

default value: None
details
Required
str

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.