durable-execution - v0.32.0
    Preparing search index...

    Type Alias DurableExecutionErrorType

    DurableExecutionErrorType: "generic" | "not_found" | "timed_out" | "cancelled"

    Classification of durable execution errors for appropriate handling.

    • generic: General execution errors (default)
    • not_found: Task or execution not found
    • timed_out: Task exceeded its timeout limit
    • cancelled: Task was cancelled by user or system