Expand description
Contains all possible errors that may occur during script or plugin methods execution.
Structs§
- Game
Error - An error that may occur during game code execution.
Enums§
- Game
Error Kind - All possible errors that may occur during script or plugin methods execution.
Functions§
- enable_
backtrace_ capture - Enables or disables backtrace capture when an error occurs. Backtrace capture is an expensive operation, so it is disabled by default.
- is_
capturing_ backtrace - Returns
truewhen the backtrace capture is one,false- otherwise.
Type Aliases§
- Game
Result - An alias for
Resultthat has()asOkvalue, andGameErroras error value. - User
Error - An arbitrary, user-defined, boxed error type.