type
TaskError
type TaskError = core.TaskErrorA stable typed durable-task failure.
CodeTaskErrorCode- The stable machine-readable failure category.
Messagestring- The safe human-readable failure summary.
Causeerror- The trusted wrapped cause for local diagnostics.
TaskError implements Error and Unwrap for local runtime, store, and codec failures. Handler failures use RetryTask, RetryTaskAfter, or AbortTask; their bounded messages are persisted on durable task state instead.
Methods
TaskError.Error()Public method TaskError.Error from github.com/riducms/ridu/core.
TaskError.Unwrap()Public method TaskError.Unwrap from github.com/riducms/ridu/core.