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§
- Codec
Error - Error type.
- Error
Reply Payload - New-type representing error reply payload. Expected to be utf-8 string.
- Syscall
Error - Syscall executing result.
Enums§
- Conversion
Error - The error type returned when conversion fails.
- Core
Error - Common error type returned by API functions from other modules.
- Error
- Common error type returned by API functions from other modules.
- Error
Reply Reason - Reason of error reply creation.
- Execution
Error - Execution error.
- ExtError
- An error occurred in API.
- Memory
Error - Memory error.
- Message
Error - Error using messages.
- Reply
Code - Enum representing reply code with reason of its creation.
- Reservation
Error - Reservation error.
- Signal
Code - Enum representing signal code and reason of its creation.
- Simple
Execution Error - Simplified error occurred during execution.
- Simple
Unavailable Actor Error - Simplified error occurred because of actor unavailability.
- Success
Reply Reason - Reason of success reply creation.
- Usage
Error - Error type returned by gstd API while using invalid arguments.