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

Struct InvalidValueError

experiments/errors.go:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type InvalidValueError struct {
12 Name string
13 AllowedValues []int
14 Value int
15}
16
17func (err InvalidValueError) Error() string {
18 return fmt.Sprintf(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected