struct ApiErrorDetail
init(detail: String?, httpStatusCode: Int?)
init(from: any Decoder) throws
var detail: String?
var httpStatusCode: Int?