MCPcopy Create free account
hub / github.com/eventure/hide.client.linux / ErrHttpStatus

TypeAlias ErrHttpStatus

rest/client.go:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35var ErrBadDomain = errors.New( "bad domain ")
36
37type ErrHttpStatus int
38func ( e ErrHttpStatus ) Error() string { return "bad HTTP status " + strconv.Itoa( int( e ) ) }
39
40type Config struct {

Callers 2

postJsonMethod · 0.70
getMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected