Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-task/task
/ Code
Method
Code
errors/errors.go:49–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
type
TaskError
interface
{
48
error
49
Code() int
50
}
51
52
// New returns an error that formats as the given text. Each call to New returns
Callers
1
main
Function · 0.65
Implementers
15
TaskRCNotFoundError
errors/errors_taskrc.go
TaskfileDecodeError
errors/error_taskfile_decode.go
TaskfileNotFoundError
errors/errors_taskfile.go
TaskfileAlreadyExistsError
errors/errors_taskfile.go
TaskfileInvalidError
errors/errors_taskfile.go
TaskfileFetchFailedError
errors/errors_taskfile.go
TaskfileNotTrustedError
errors/errors_taskfile.go
TaskfileNotSecureError
errors/errors_taskfile.go
TaskfileCacheNotFoundError
errors/errors_taskfile.go
TaskfileVersionCheckError
errors/errors_taskfile.go
TaskfileNetworkTimeoutError
errors/errors_taskfile.go
TaskfileCycleError
errors/errors_taskfile.go
Calls
no outgoing calls
Tested by
no test coverage detected