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

Method Error

errors/errors_task.go:66–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64}
65
66func (err *TaskInternalError) Error() string {
67 return fmt.Sprintf(`task: Task "%s" is internal`, err.TaskName)
68}
69
70func (err *TaskInternalError) Code() int {
71 return CodeTaskInternal

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected