Expand description
SDK error types for the durable-lambda framework.
Provide a typed DurableError enum covering all failure modes:
replay mismatches, checkpoint failures, serialization errors, and
AWS SDK errors. All variants are constructed via static methods,
never raw struct syntax.
Enumsยง
- Durable
Error - Represent all errors that can occur within the durable-lambda SDK.