package models type ResponseErrorHTTP struct { StatusCode int `json:"statusCode"` Message string `json:"message"` }