Skip to main content

Module error

Module error 

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

These aliases improve code readability and make function signatures more self-documenting.

Structs§

AwsError
AWS error details for checkpoint failures.
ErrorObject
Error object for serialization in Lambda responses.

Enums§

DurableError
The main error type for the AWS Durable Execution SDK.
TerminationReason
Reason for execution termination.

Type Aliases§

CheckpointResult
Result type for checkpoint operations.
DurableResult
Result type for durable operations.
StepResult
Result type for step operations.