Wasmtime
wasmtime_error Struct Reference

Errors generated by Wasmtime. More...

#include <wasmtime/error.h>

Detailed Description

Errors generated by Wasmtime.

This opaque type represents an error that happened as part of one of the functions below. Errors primarily have an error message associated with them at this time, which you can acquire by calling wasmtime_error_message.

Errors are safe to share across threads and must be deleted with wasmtime_error_delete.


The documentation for this struct was generated from the following file: