MCPcopy
hub / github.com/kubernetes/client-go / Error

Method Error

tools/cache/fifo.go:39–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37var FIFOClosedError error = errors.New("DeltaFIFO: manipulating with closed queue")
38
39func (e ErrRequeue) Error() string {
40 if e.Err == nil {
41 return "the popped item should be requeued without returning an error"
42 }
43 return e.Err.Error()
44}
45
46// Queue is exactly like a Store, but has a Pop() method too.
47type Queue interface {

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.65

Tested by

no test coverage detected