Module mun_runtime::error[][src]

Exposes error reporting using the C ABI.

Structs

ErrorHandle

A C-style handle to an error.

Functions

mun_error_destroy

Destructs the error corresponding to error_handle.

mun_error_message

Retrieves the error message corresponding to error_handle. If the error_handle exists, a valid char pointer is returned, otherwise a null-pointer is returned.