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

Method Code

errors/errors_task.go:146–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144}
145
146func (err *TaskCancelledNoTerminalError) Code() int {
147 return CodeTaskCancelled
148}
149
150// TaskMissingRequiredVarsError is returned when a task is missing required variables.
151

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected