OrtErrorCode enum

Inheritance
Available extensions

Values

ORT_OK → const OrtErrorCode
const OrtErrorCode(0)
ORT_FAIL → const OrtErrorCode
const OrtErrorCode(1)
ORT_INVALID_ARGUMENT → const OrtErrorCode
const OrtErrorCode(2)
ORT_NO_SUCHFILE → const OrtErrorCode
const OrtErrorCode(3)
ORT_NO_MODEL → const OrtErrorCode
const OrtErrorCode(4)
ORT_ENGINE_ERROR → const OrtErrorCode
const OrtErrorCode(5)
ORT_RUNTIME_EXCEPTION → const OrtErrorCode
const OrtErrorCode(6)
ORT_INVALID_PROTOBUF → const OrtErrorCode
const OrtErrorCode(7)
ORT_MODEL_LOADED → const OrtErrorCode
const OrtErrorCode(8)
ORT_NOT_IMPLEMENTED → const OrtErrorCode
const OrtErrorCode(9)
ORT_INVALID_GRAPH → const OrtErrorCode
const OrtErrorCode(10)
ORT_EP_FAIL → const OrtErrorCode
const OrtErrorCode(11)
ORT_MODEL_LOAD_CANCELED → const OrtErrorCode
const OrtErrorCode(12)
ORT_MODEL_REQUIRES_COMPILATION → const OrtErrorCode
const OrtErrorCode(13)
ORT_NOT_FOUND → const OrtErrorCode
const OrtErrorCode(14)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromValue(int value) OrtErrorCode

Constants

values → const List<OrtErrorCode>
A constant List of the values in this enum, in order of their declaration.