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

Method Error

client/process.go:101–103  ·  view source on GitHub ↗

Error returns the error, if any, that occurred while waiting for the process.

()

Source from the content-addressed store, hash-verified

99// Error returns the error, if any, that occurred while waiting for the
100// process.
101func (s ExitStatus) Error() error {
102 return s.err
103}
104
105type process struct {
106 id string

Callers 15

TestDaemonRestartFunction · 0.95
handleSignalsFunction · 0.45
setupDumpStacksFunction · 0.45
initFunction · 0.45
handleSignalsFunction · 0.45
AppFunction · 0.45
StopMethod · 0.45
TestMigrationFunction · 0.45
loadConfigFileFunction · 0.45
CreateMethod · 0.45
oomEventMethod · 0.45

Calls

no outgoing calls