MCPcopy Create free account
hub / github.com/containerd/cgroups / ErrorHandler

FuncType ErrorHandler

cgroup1/errors.go:35–35  ·  view source on GitHub ↗

ErrorHandler is a function that handles and acts on errors

func(err error) error

Source from the content-addressed store, hash-verified

33
34// ErrorHandler is a function that handles and acts on errors
35type ErrorHandler func(err error) error
36
37// IgnoreNotExist ignores any errors that are for not existing files
38func IgnoreNotExist(err error) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…