Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/git-lfs/git-lfs
/ NewStatusCodeError
Function
NewStatusCodeError
lfshttp/errors.go:86–88 ·
view source on GitHub ↗
(res *http.Response)
Source
from the content-addressed store, hash-verified
84
}
85
86
func
NewStatusCodeError(res *http.Response) error {
87
return
&statusCodeError{response: res}
88
}
89
90
func
(e *statusCodeError) Error() string {
91
req := e.response.Request
Callers
1
Batch
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected