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

Method Code

errors/errors_taskfile.go:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44}
45
46func (err TaskfileAlreadyExistsError) Code() int {
47 return CodeTaskfileAlreadyExists
48}
49
50// TaskfileInvalidError is returned when the Taskfile contains syntax errors or
51// cannot be parsed for some reason.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected