Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/github/docs
/ StatusCode
Interface
StatusCode
components/rest/types.ts:30–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
export
interface
StatusCode {
31
description: string
32
httpStatusCode: string
33
httpStatusMessage: string
34
}
35
36
export
interface
CodeSample {
37
key: string
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected