MCPcopy Create free account
hub / github.com/containers/image / Error

Method Error

docker/errors.go:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24}
25
26func (e ErrUnauthorizedForCredentials) Error() string {
27 return fmt.Sprintf("unable to retrieve auth token: invalid username/password: %s", e.Err.Error())
28}
29
30// httpResponseToError translates the https.Response into an error, possibly prefixing it with the supplied context. It returns
31// nil if the response is not considered an error.

Calls

no outgoing calls