MCPcopy Create free account
hub / github.com/davecheney/pub / Error

Method Error

internal/httpx/handler.go:26–28  ·  view source on GitHub ↗

Allows StatusError to satisfy the error interface.

()

Source from the content-addressed store, hash-verified

24
25// Allows StatusError to satisfy the error interface.
26func (se *StatusError) Error() string {
27 return se.Err.Error()
28}
29
30// Returns our HTTP status code.
31func (se *StatusError) Status() int {

Callers 1

HandlerFuncFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected