Structs§
- LuaError
- A lua error
Enums§
- LuaError
Type - 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