Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
export
function
generateHttpStatusDescription(statusCode: number): string {
69
return
httpStatusDescriptionMap.get(statusCode) ||
'UNKNOWN_ERROR'
;
70
}
Callers
1
sendError
Method · 0.90
Calls
1
get
Method · 0.65
Tested by
no test coverage detected