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

Method Error

errors/errors_task.go:126–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124}
125
126func (err *TaskCancelledByUserError) Error() string {
127 return fmt.Sprintf(`task: Task %q cancelled by user`, err.TaskName)
128}
129
130func (err *TaskCancelledByUserError) Code() int {
131 return CodeTaskCancelled

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected