MCPcopy
hub / github.com/go-task/task / TaskfileNotTrustedError

Struct TaskfileNotTrustedError

errors/errors_taskfile.go:86–88  ·  view source on GitHub ↗

TaskfileNotTrustedError is returned when the user does not accept the trust prompt when downloading a remote Taskfile.

Source from the content-addressed store, hash-verified

84// TaskfileNotTrustedError is returned when the user does not accept the trust
85// prompt when downloading a remote Taskfile.
86type TaskfileNotTrustedError struct {
87 URI string
88}
89
90func (err *TaskfileNotTrustedError) Error() string {
91 return fmt.Sprintf(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected