GetErrorCode property

Pointer<NativeFunction<UnsignedInt Function(Pointer<OrtStatus> status)>> GetErrorCode
getter/setter pair

\brief Get OrtErrorCode from OrtStatus

\paramin status \return OrtErrorCode that \p status was created with

Implementation

external ffi.Pointer<
  ffi.NativeFunction<ffi.UnsignedInt Function(ffi.Pointer<OrtStatus> status)>
>
GetErrorCode;