MCPcopy Create free account
hub / github.com/Mirantis/cri-dockerd / Error

Method Error

utils/exec.go:236–238  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

234var _ ExitError = CodeExitError{}
235
236func (e CodeExitError) Error() string {
237 return e.Err.Error()
238}
239
240func (e CodeExitError) String() string {
241 return e.Err.Error()

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.65

Tested by

no test coverage detected