pub type ApiErrorDetail = CloudApiErrorDetail;
pub struct ApiErrorDetail { pub code: String, pub message: String, }
code: String
message: String