mz_error function

  1. @Native<Pointer<Char> Function(Int)>(ffi.Int)>()
Pointer<Char> mz_error(
  1. int err
)

Returns a string description of the specified error code, or NULL if the error code is invalid.

Implementation

@ffi.Native<ffi.Pointer<ffi.Char> Function(ffi.Int)>()
external ffi.Pointer<ffi.Char> mz_error(int err);