MCPcopy Create free account
hub / github.com/docker/cli / invalidParam

Function invalidParam

internal/registry/errors.go:25–27  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

23}
24
25func invalidParam(err error) error {
26 return invalidParameterErr{err}
27}
28
29func invalidParamf(format string, args ...any) error {
30 return invalidParameterErr{fmt.Errorf(format, args...)}

Callers 3

AuthMethod · 0.70
newServiceConfigFunction · 0.70
loadTLSConfigFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…