Errors
All errors are defined in the MPError enum:
typedef NS_ENUM(NSInteger, MPError)
{ MPErrorNetworkError,
MPErrorExceptionOccored,
MPErrorPaymentError,
MPErrorOTPError,
MPErrorInvalidCodeParameter,
MPErrorInvalidApiKeyParameter,
MPErrorSecureCodeNotSupported
}
Updated about 2 years ago