MCPcopy Create free account
hub / github.com/PuerNya/git-proxy / HTTPError

Struct HTTPError

main.go:235–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235type HTTPError struct {
236 Message string `json:"message"`
237 Example string `json:"example"`
238}
239
240func (e *HTTPError) Error() string {
241 return e.Message

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected