MCPcopy
hub / github.com/containerd/containerd / Error

Method Error

core/remotes/docker/errcode.go:136–138  ·  view source on GitHub ↗

Error returns a human readable representation of the error.

()

Source from the content-addressed store, hash-verified

134
135// Error returns a human readable representation of the error.
136func (e Error) Error() string {
137 return fmt.Sprintf("%s: %s", e.Code.Error(), e.Message)
138}
139
140// WithDetail will return a new Error, based on the current one, but with
141// some Detail info added

Callers 15

printExecutionsFunction · 0.45
TestGetCommonDirectoryFunction · 0.45
mountMethod · 0.45
testGetUsernsFDFunction · 0.45
initIDMappedCheckerFunction · 0.45
WithTempMountFunction · 0.45
SetupLoopFunction · 0.45
ActivateMethod · 0.45
DeactivateMethod · 0.45

Calls

no outgoing calls

Tested by 15

printExecutionsFunction · 0.36
TestGetCommonDirectoryFunction · 0.36
testGetUsernsFDFunction · 0.36
initIDMappedCheckerFunction · 0.36
TestFetcherOpenParallelFunction · 0.36
TestDockerFetcherOpenFunction · 0.36
runReferrersTestFunction · 0.36
TestCreateDeleteFunction · 0.36