Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vercel/vercel
/ subscriberError
Function
subscriberError
packages/python/src/subscribers.ts:242–247 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
240
}
241
242
function
subscriberError(message: string): NowBuildError {
243
return
new
NowBuildError({
244
code:
'PYTHON_INVALID_SUBSCRIBER_CONFIG'
,
245
message,
246
});
247
}
Callers
5
getPyprojectSubscribers
Function · 0.85
parseSubscriber
Function · 0.85
parseEntrypoint
Function · 0.85
parseTopics
Function · 0.85
parseTriggerDefaults
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected