MCPcopy Create free account
hub / github.com/go-task/task / Unwrap

Method Unwrap

errors/errors_task.go:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55}
56
57func (err *TaskRunError) Unwrap() error {
58 return err.Err
59}
60
61// TaskInternalError when the user attempts to invoke a task that is internal.
62type TaskInternalError struct {

Callers 1

UnwrapFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected