MCPcopy Create free account
hub / github.com/vercel/vercel / generateHttpStatusDescription

Function generateHttpStatusDescription

packages/cli/src/util/dev/errors.ts:68–70  ·  view source on GitHub ↗
(statusCode: number)

Source from the content-addressed store, hash-verified

66}
67
68export function generateHttpStatusDescription(statusCode: number): string {
69 return httpStatusDescriptionMap.get(statusCode) || 'UNKNOWN_ERROR';
70}

Callers 1

sendErrorMethod · 0.90

Calls 1

getMethod · 0.65

Tested by

no test coverage detected