[][src]Module onnxruntime::error

Module containing error definitions.

Structs

OrtStatusWrapper

Wrapper type around a ONNX C API's OrtStatus pointer

Enums

OrtApiError

Error details when ONNX C API fail

OrtDownloadError

Error from downloading pre-trained model from the ONNX Model Zoo.

OrtError

Error type centralizing all possible errors

Type Definitions

Result

Type alias for the Result