MCPcopy Index your code
hub / github.com/docker/cli / Error

Method Error

cli-plugins/manager/error.go:22–24  ·  view source on GitHub ↗

Error satisfies the core error interface for pluginError.

()

Source from the content-addressed store, hash-verified

20
21// Error satisfies the core error interface for pluginError.
22func (e *pluginError) Error() string {
23 return e.cause.Error()
24}
25
26// Unwrap provides compatibility for Go 1.13 error chains.
27func (e *pluginError) Unwrap() error {

Callers 5

TestGetPluginFunction · 0.45
TestErrPluginNotFoundFunction · 0.45
AddPluginCommandStubsFunction · 0.45
MarshalTextMethod · 0.45
TestPluginErrorFunction · 0.45

Calls

no outgoing calls

Tested by 3

TestGetPluginFunction · 0.36
TestErrPluginNotFoundFunction · 0.36
TestPluginErrorFunction · 0.36