SdkExceptionType

sealed interface SdkExceptionType

Common type for the errors reported by the payment application.

Implemented by the enums that mirror the exception class names the payment application sends as a prefix in the error message: AcquiringException, CandidateException, L2Exception, POSException, QRException.

Inheritors