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

Method Code

errors/errors_task.go:180–182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

178}
179
180func (err *TaskMissingRequiredVarsError) Code() int {
181 return CodeTaskMissingRequiredVars
182}
183
184type NotAllowedVar struct {
185 Value string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected