package httputils type HTTPError struct { Message string `json:"message"` }