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
Vmside.
Enums§
- LuaError
Kind - Classification of the most recent error raised on a Vm.