State Description | Error Code | Error Description | |
---|---|---|---|
Initialize/Setup - (void)setupWithJWT:(NSString*) jwtString didComplete:(CardinalSessionSetupDidCompleteHandler) didCompleteHandler didValidate:(CardinalSessionSetupDidValidateHandler) didValidateHandler; | 20201 | Invalid Transition: Cardinal . configure () failed to initialize or complete. | |
20202 | Invalid JWT String.20203 | Invalid Receiver Deligate . - | |
20203 - 20206 | Internal Error. | Internal Error. | |
ProcessBin - (void)processBin:(NSString*)accountNumber didComplete:(CardinalSessionProcessBinDidCompleteHandler)didCompleteHandler; | 20401 | Invalid Transition: Cardinal . setup () failed to initialize or complete. | 20402-403 | Dev: Ref Android For Error codes
20411 | Invalid Response from Process Bin call. | ||
Continue - (void)continueWithTransactionId:(NSString *)transactionId payload:(NSString *)payload directoryServerID:(NSString *) directoryServerID didValidateDelegate:(id<CardinalValidationDelegate>)validationDelegate; | 20601 | Invalid Transition: Cardinal . setup () failed to initialize or complete. | |
20602 | Invalid InvalidĀ validationDelegate. | ||
20603 | Invalid Transaction ID passed to Continue. | ||
20604 | Invalid Payload passed to Continue: Empty Payload. | ||
20605 | Invalid Payload passed to Continue. | ||
20606 | Payload Validation failed.20611 | ||
20607 | Invalid Payload. | ||
20612 | Invalid ACS Payload. | ||
20701 - 2070220711 - 20713 | Internal Error. | ||
20811 | Internal Error. |
...