package isapi type ResponseStatus struct { RequestURL string `xml:"requestURL" json:"requestURL"` StatusCode int `xml:"statusCode" json:"statusCode"` StatusString string `xml:"statusString" json:"statusString"` SubStatusCode string `xml:"subStatusCode" json:"subStatusCode"` Description string `xml:"description" json:"description"` }