MCPcopy Create free account
hub / github.com/avamsi/climate / usageError

Struct usageError

error.go:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "errors"
4
5type usageError struct {
6 error
7}
8
9// ErrUsage returns the given error wrapped in a usageError or nil otherwise.
10// usageError is used to indicate there's something wrong with the user input

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected