MCPcopy Index your code
hub / github.com/aptly-dev/aptly / Error

Method Error

http/http.go:16–18  ·  view source on GitHub ↗

Error returns HTTP error message

()

Source from the content-addressed store, hash-verified

14
15// Error returns HTTP error message
16func (e *Error) Error() string {
17 return fmt.Sprintf("HTTP code %d while fetching %s", e.Code, e.URL)
18}
19
20// NoCandidateFoundError indicates that now candidate of given url could be found
21type NoCandidateFoundError struct {

Calls

no outgoing calls