MCPcopy Index your code
hub / github.com/coder/coder / Error

Method Error

coderd/jobreaper/detector.go:72–74  ·  view source on GitHub ↗

Error implements error.

()

Source from the content-addressed store, hash-verified

70
71// Error implements error.
72func (acquireLockError) Error() string {
73 return "lock is held by another client"
74}
75
76// jobIneligibleError is returned when a job is not eligible to be terminated
77// anymore.

Callers 4

TestJWSFunction · 0.45
TestJWEFunction · 0.45
StartMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by 2

TestJWSFunction · 0.36
TestJWEFunction · 0.36