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

Method Error

errors/errors_taskfile.go:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40type TaskfileAlreadyExistsError struct{}
41
42func (err TaskfileAlreadyExistsError) Error() string {
43 return "task: A Taskfile already exists"
44}
45
46func (err TaskfileAlreadyExistsError) Code() int {
47 return CodeTaskfileAlreadyExists

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected