kubernetes/vendor/go.etcd.io/etcd/server/v3/etcdserver/api/v2http/httptypes/errors.go

type HTTPError

func (e HTTPError) Error() string {}

func (e HTTPError) WriteTo(w http.ResponseWriter) error {}

func NewHTTPError(code int, m string) *HTTPError {}