Crate gear_core_errors
source ·Expand description
Gear core errors.
Enums§
- Reason of error reply creation. NOTE: Adding new variants to this enum you must also update
ErrorReplyReason::to_bytes
andErrorReplyReason::from_bytes
methods. - 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.