MCPcopy
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

47type 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

mainFunction · 0.65

Implementers 15

TaskRCNotFoundErrorerrors/errors_taskrc.go
TaskfileDecodeErrorerrors/error_taskfile_decode.go
TaskfileNotFoundErrorerrors/errors_taskfile.go
TaskfileAlreadyExistsErrorerrors/errors_taskfile.go
TaskfileInvalidErrorerrors/errors_taskfile.go
TaskfileFetchFailedErrorerrors/errors_taskfile.go
TaskfileNotTrustedErrorerrors/errors_taskfile.go
TaskfileNotSecureErrorerrors/errors_taskfile.go
TaskfileCacheNotFoundErrorerrors/errors_taskfile.go
TaskfileVersionCheckErrorerrors/errors_taskfile.go
TaskfileNetworkTimeoutErrorerrors/errors_taskfile.go
TaskfileCycleErrorerrors/errors_taskfile.go

Calls

no outgoing calls

Tested by

no test coverage detected