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

Struct InactiveError

experiments/errors.go:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26type InactiveError struct {
27 Name string
28}
29
30func (err InactiveError) Error() string {
31 return fmt.Sprintf(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected