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

Method Code

errors/errors_task.go:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30func (err *TaskNotFoundError) Code() int {
31 return CodeTaskNotFound
32}
33
34// TaskRunError is returned when a command in a task returns a non-zero exit
35// code.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected