Expand description
Error types for the AWS Durable Execution SDK.
This module defines a comprehensive error hierarchy for handling different failure modes in durable execution workflows.
§Type Aliases
This module provides semantic type aliases for common result types:
DurableResult<T>- General result type for durable operationsStepResult<T>- Result type for step operationsCheckpointResult<T>- Result type for checkpoint operations
These aliases improve code readability and make function signatures more self-documenting.
Structs§
- AwsError
- AWS error details for checkpoint failures.
- Error
Object - Error object for serialization in Lambda responses.
Enums§
- Durable
Error - The main error type for the AWS Durable Execution SDK.
- Termination
Reason - Reason for execution termination.
Type Aliases§
- Checkpoint
Result - Result type for checkpoint operations.
- Durable
Result - Result type for durable operations.
- Step
Result - Result type for step operations.