MCPcopy
hub / github.com/labstack/echo / httpError

Struct httpError

httperror.go:144–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144type httpError struct {
145 code int
146}
147
148func (he httpError) StatusCode() int {
149 return he.code

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected