package ginresp type apiError struct { Success bool `json:"success"` Error int `json:"error"` ErrorHighlight int `json:"errhighlight"` Message string `json:"message"` RawError error `json:"errorObject,omitempty"` }