GetErrorMessage property

Pointer<NativeFunction<Pointer<Char> Function(Pointer<OrtStatus> status)>> GetErrorMessage
getter/setter pair

\brief Get error string from OrtStatus

\paramin status \return The error message inside the status. Do not free the returned value.

Implementation

external ffi.Pointer<
  ffi.NativeFunction<
    ffi.Pointer<ffi.Char> Function(ffi.Pointer<OrtStatus> status)
  >
>
GetErrorMessage;