Classification of durable execution errors for appropriate handling.
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 foundtimed_out
: Task exceeded its timeout limitcancelled
: Task was cancelled by user or system