Expand description
Type definitions and helpers for error handling.
Enumerates possible errors in programs Error
.
Errors related to conversion, decoding, message status code, other internal
errors.
Structs§
- Error type.
- New-type representing error reply payload. Expected to be utf-8 string.
- Syscall executing result.
Enums§
- The error type returned when conversion fails.
- Common error type returned by API functions from other modules.
- 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.
- Error type returned by gstd API while using invalid arguments.
Type Aliases§
Result
type with a predefined error type (Error
).