MCPcopy Index your code
hub / github.com/riverqueue/river / Is

Method Is

error.go:72–75  ·  view source on GitHub ↗
(target error)

Source from the content-addressed store, hash-verified

70}
71
72func (e *QueueNotFoundError) Is(target error) bool {
73 _, ok := target.(*QueueNotFoundError)
74 return ok
75}
76
77// UnknownJobKindError is returned when a Client fetches and attempts to
78// work a job that has not been registered on the Client's Workers bundle (using AddWorker).

Callers 15

resumableSetStepTxFunction · 0.45
StartWorkContextMethod · 0.45
finalizeShutdownMethod · 0.45
pollForSettingChangesMethod · 0.45
reportQueueStatusOnceMethod · 0.45
StartMethod · 0.45
StartMethod · 0.45
reindexOneMethod · 0.45
StartMethod · 0.45
runOnceMethod · 0.45

Calls

no outgoing calls

Tested by 3

testCompleterFunction · 0.36