type Error struct {
StatusCode int `json:"code,omitempty"`
Type string `json:"error,omitempty"`
Code int `json:"errorCode,omitempty"`
Details map[string][]string `json:"errorDetails,omitempty"`
Message string `json:"errorMessage,omitempty"`
Status string `json:"status,omitempty"`
}