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

Method Error

error.go:68–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66}
67
68func (e *QueueNotFoundError) Error() string {
69 return fmt.Sprintf("queue %q not found", e.Name)
70}
71
72func (e *QueueNotFoundError) Is(target error) bool {
73 _, ok := target.(*QueueNotFoundError)

Callers 15

TestClientFromContextFunction · 0.45
TestResumableStepFunction · 0.45
StartWorkContextMethod · 0.45
fetchAndRunLoopMethod · 0.45
innerFetchLoopMethod · 0.45
finalizeShutdownMethod · 0.45
pollForSettingChangesMethod · 0.45
reportQueueStatusOnceMethod · 0.45
Test_Client_CommonFunction · 0.45
Test_Client_JobDeleteFunction · 0.45

Calls

no outgoing calls

Tested by 13

TestClientFromContextFunction · 0.36
TestResumableStepFunction · 0.36
Test_Client_CommonFunction · 0.36
Test_Client_JobDeleteFunction · 0.36
Test_Client_JobGetFunction · 0.36
Test_Client_JobRetryFunction · 0.36
Test_Client_QueueGetFunction · 0.36
Test_Client_QueueGetTxFunction · 0.36
Test_Client_Start_ErrorFunction · 0.36