MCPcopy 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
242function subscriberError(message: string): NowBuildError {
243 return new NowBuildError({
244 code: 'PYTHON_INVALID_SUBSCRIBER_CONFIG',
245 message,
246 });
247}

Callers 5

getPyprojectSubscribersFunction · 0.85
parseSubscriberFunction · 0.85
parseEntrypointFunction · 0.85
parseTopicsFunction · 0.85
parseTriggerDefaultsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected