MCPcopy
hub / github.com/git-lfs/git-lfs / statusCodeError

Struct statusCodeError

lfshttp/errors.go:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82type statusCodeError struct {
83 response *http.Response
84}
85
86func NewStatusCodeError(res *http.Response) error {
87 return &statusCodeError{response: res}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected