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

Method Code

errors/errors_taskfile.go:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32}
33
34func (err TaskfileNotFoundError) Code() int {
35 return CodeTaskfileNotFound
36}
37
38// TaskfileAlreadyExistsError is returned on creating a Taskfile if one already
39// exists.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected