ServiceError
data class ServiceError(val code: ErrorCode, val messageError: String, val localized: String, val throwable: Throwable? = null) : MercadoPagoCheckoutError
Service-related errors including API failures, validation errors, and server-side issues.