Class AcquiringApiExceptionKt
-
- All Implemented Interfaces:
public final class AcquiringApiExceptionKt
-
-
Method Summary
Modifier and Type Method Description final static AcquiringApiExceptionasAcquiringApiException(Throwable $self)final static BooleancheckCustomerNotFoundError(Exception $self)final static StringgetErrorCodeIfApiError(Throwable $self)final static LonggetPaymentIdIfSdkError(Throwable $self)-
-
Method Detail
-
asAcquiringApiException
final static AcquiringApiException asAcquiringApiException(Throwable $self)
-
checkCustomerNotFoundError
final static Boolean checkCustomerNotFoundError(Exception $self)
-
getErrorCodeIfApiError
final static String getErrorCodeIfApiError(Throwable $self)
-
getPaymentIdIfSdkError
final static Long getPaymentIdIfSdkError(Throwable $self)
-
-
-
-