MCPcopy Create free account
hub / github.com/docker/docker-credential-helpers / Error

Method Error

credentials/error.go:25–27  ·  view source on GitHub ↗

Error returns the standard error message for when the credentials are not in the store.

()

Source from the content-addressed store, hash-verified

23// Error returns the standard error message
24// for when the credentials are not in the store.
25func (errCredentialsNotFound) Error() string {
26 return errCredentialsNotFoundMessage
27}
28
29// NotFound implements the [ErrNotFound][errdefs.ErrNotFound] interface.
30//

Callers 15

OutputMethod · 0.45
TestStoreFunction · 0.45
TestGetFunction · 0.45
TestEraseFunction · 0.45
TestStoreMissingUsernameFunction · 0.45
TestGetMissingServerURLFunction · 0.45
TestEraseFunction · 0.45
TestListFunction · 0.45
TestPassHelperFunction · 0.45
TestPassHelperListFunction · 0.45

Calls

no outgoing calls

Tested by 15

OutputMethod · 0.36
TestStoreFunction · 0.36
TestGetFunction · 0.36
TestEraseFunction · 0.36
TestStoreMissingUsernameFunction · 0.36
TestGetMissingServerURLFunction · 0.36
TestEraseFunction · 0.36
TestListFunction · 0.36
TestPassHelperFunction · 0.36
TestPassHelperListFunction · 0.36