Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
68
func
(e *QueueNotFoundError) Error() string {
69
return
fmt.Sprintf(
"queue %q not found"
, e.Name)
70
}
71
72
func
(e *QueueNotFoundError) Is(target error) bool {
73
_, ok := target.(*QueueNotFoundError)
Callers
15
TestClientFromContext
Function · 0.45
TestResumableStep
Function · 0.45
StartWorkContext
Method · 0.45
handleControlNotification
Method · 0.45
fetchAndRunLoop
Method · 0.45
innerFetchLoop
Method · 0.45
finalizeShutdown
Method · 0.45
pollForSettingChanges
Method · 0.45
reportProducerStatusOnce
Method · 0.45
reportQueueStatusOnce
Method · 0.45
Test_Client_Common
Function · 0.45
Test_Client_JobDelete
Function · 0.45
Calls
no outgoing calls
Tested by
13
TestClientFromContext
Function · 0.36
TestResumableStep
Function · 0.36
Test_Client_Common
Function · 0.36
Test_Client_JobDelete
Function · 0.36
Test_Client_JobGet
Function · 0.36
Test_Client_JobRetry
Function · 0.36
Test_Client_QueueGet
Function · 0.36
Test_Client_QueueGetTx
Function · 0.36
Test_Client_UnknownJobKindErrorsTheJob
Function · 0.36
Test_Client_Start_Error
Function · 0.36
Test_NewClient_Validations
Function · 0.36
Test_Producer_CanSafelyCompleteJobsWhileFetchingNewOnes
Function · 0.36