Module error
Expand description
Custom error types.
Modules§
- strat
- Built-in
ErrorToGodotstrategies for mappingResult<T, E>return types of#[func]methods.
Macros§
- func_
bail - Return early from a
#[func], creating an error value from a format string (including string literals).
Structs§
- Call
Error - Error capable of representing failed function calls.
- Convert
Error - Represents errors that can occur when converting values from Godot.
- IoError
- Error that can occur while using godot-rust I/O utilities.
- String
Error - Error related to string encoding/decoding.
Enums§
- Call
Error Type - Enum representing different errors during script instance calls.
- Call
Outcome - Outcome of mapping a
Result<T, E>for a#[func]return value.
Traits§
- Error
ToGodot - Defines how
Result<T, E>returned by#[func]is mapped to Godot.