MCPcopy
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
86func NewStatusCodeError(res *http.Response) error {
87 return &statusCodeError{response: res}
88}
89
90func (e *statusCodeError) Error() string {
91 req := e.response.Request

Callers 1

BatchMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected