MCPcopy Index your code
hub / github.com/docker/docker-agent / ErrorPolicy

TypeAlias ErrorPolicy

pkg/hooks/types.go:442–442  ·  view source on GitHub ↗

ErrorPolicy controls what happens when a non-fail-closed hook fails.

Source from the content-addressed store, hash-verified

440
441// ErrorPolicy controls what happens when a non-fail-closed hook fails.
442type ErrorPolicy string
443
444const (
445 ErrorPolicyWarn ErrorPolicy = "warn"

Callers 1

aggregateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected