Expand description
Type definitions and helpers for error handling.
Structs§
- Syscall executing result.
Enums§
- The error type returned when conversion fails.
- Common error type returned by API functions from other modules.
- Reason of error reply creation.
- Execution error.
- An error occurred in API.
- Memory error.
- Error using messages.
- Enum representing reply code with reason of its creation.
- Reservation error.
- Enum representing signal code and reason of its creation.
- Simplified error occurred during execution.
- Simplified error occurred during program creation.
- Reason of success reply creation.
Type Aliases§
Result
type with a predefined error type (ExtError
).