Expand description
Type definitions and helpers for error handling.
Structs
- Syscall executing result.
Enums
- Execution error.
- An error occurred in API.
- Memory error.
- Error using messages.
- Reservation error.
- Simple execution error
- Reply error
- Signal error
- Error using waiting syscalls.
Traits
- Type that can be encoded and decoded into status code
Type Definitions
Result
type with a predefined error type (ExtError
).