Skip to main content

Module error

Module error 

Source
Expand description

Runtime errors: a Lua error is an arbitrary Lua value (usually a string). Propagated as Result<_, LuaError> through the interpreter; pcall catches it at the native boundary. Traceback capture lands with the debug interfaces (P05).

Structs§

LuaError
A Lua error: an arbitrary Lua value (almost always a string) plus classification metadata recorded on the Vm side.

Enums§

LuaErrorKind
Classification of the most recent error raised on a Vm.