package models type ErrorResponse struct { HttpCode int `json:"code"` Message string `json:"message"` }