Module errors

Module errors 

Source
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§

CodecError
Error type.
ErrorReplyPayload
New-type representing error reply payload. Expected to be utf-8 string.
SyscallError
Syscall executing result.

Enums§

ConversionError
The error type returned when conversion fails.
CoreError
Common error type returned by API functions from other modules.
Error
Common error type returned by API functions from other modules.
ErrorReplyReason
Reason of error reply creation.
ExecutionError
Execution error.
ExtError
An error occurred in API.
MemoryError
Memory error.
MessageError
Error using messages.
ReplyCode
Enum representing reply code with reason of its creation.
ReservationError
Reservation error.
SignalCode
Enum representing signal code and reason of its creation.
SimpleExecutionError
Simplified error occurred during execution.
SimpleUnavailableActorError
Simplified error occurred because of actor unavailability.
SuccessReplyReason
Reason of success reply creation.
UsageError
Error type returned by gstd API while using invalid arguments.

Type Aliases§

Result
Result type with a predefined error type (Error).