Module error

Source

Structs§

LuaError
A lua error

Enums§

LuaErrorType
The type of error that occured

Functions§

get_status_from_threadstatus
uses a ThreadStatus to determine if Lua encountered an error or not
new_luaresult_err
Create a new Lua Error result with a type and an error
new_luaresult_ok
Create a new Okay Lua result from a given value
pop_error_from_state
Get the error message from a lua state (always the last value on the stack)

Type Aliases§

Result
Result from a Lua call