All errors are defined in the MPError enum:

typedef NS_ENUM(NSInteger, MPError) 
{ MPErrorNetworkError, 
MPErrorExceptionOccored, 
MPErrorPaymentError, 
MPErrorOTPError, 
MPErrorInvalidCodeParameter, 
MPErrorInvalidApiKeyParameter, 
MPErrorSecureCodeNotSupported
}