Registry / utility / containerd-errdefs

containerd-errdefs

JSON →
library1.0.0gogounverified

Defines common error types and helpers for containerd packages.

go get github.com/containerd/errdefs
INSTALL
IMPORT
SIG · CONTAINERD-ERRDEFS
C
containerd-errdefs
utilitygov1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

errdefs
github.com/containerd/errdefs

Checks if an error is a not-found error.

package main import ( "fmt" "github.com/containerd/errdefs" ) func main() { err := errdefs.ErrNotFound fmt.Println(errdefs.IsNotFound(err)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
containerd-errdefs — go get containerd-errdefs · libregistry