type

TaskErrorCode

Stable framework task failure category.

Source ridu.go:130

TaskErrorNotRegistered"task_not_registered"
The task definition is not registered.
TaskErrorUnavailable"task_unavailable"
The task runtime or store is unavailable.
TaskErrorInvalidInput"task_input_invalid"
Input could not be encoded or decoded to its contract.
TaskErrorInvalidOutput"task_output_invalid"
Output could not be encoded or decoded to its contract.
TaskErrorNotFound"task_not_found"
The task does not exist for this typed definition.
TaskErrorStoreFailed"task_store_failed"
A durable task-store operation failed.
TaskErrorLeaseLost"task_lease_lost"
The worker no longer owns the task lease.