Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

State Description

Error Code

Error Description

Initialize/Setup

- (void)setupWithJWT:(NSString*) jwtString

didComplete:(CardinalSessionSetupDidCompleteHandler) didCompleteHandler

didValidate:(CardinalSessionSetupDidValidateHandler) didValidateHandler;






20201

Invalid Transition: An error occurred during Cardinal .configure() failed to initialize or complete.Configure.

20202

Invalid JWT String.20203

Invalid Receiver Deligate . - cardinalInitService

20203 - 20206

Internal Error.

20211 - 2021220216

Internal Error.

ProcessBin

- (void)processBin:(NSString*)accountNumber

didComplete:(CardinalSessionProcessBinDidCompleteHandler)didCompleteHandler;

20401

Invalid Transition: An error occurred during Cardinal .setup() failed to initialize or complete.

20411

Invalid Response from Process Bin call.

Setup.

Continue

- (void)continueWithTransactionId:(NSString *)transactionId

payload:(NSString *)payload

directoryServerID:(NSString *) directoryServerID

didValidateDelegate:(id<CardinalValidationDelegate>)validationDelegate;




20601

Invalid Transition: An error occurred during Cardinal .setup() failed to initialize or complete.Setup.

20602

Invalid Receiver Interface or Validation Delegate.

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.

2061120607

Invalid Payload.

20612

Invalid ACS Payload.

20701 - 2070220711 - 20713

Internal Error.

20811

Internal Error.

*Changes Made:

...

All invalid transitions reworded with prior call failed to initialize or complete (20201, 20401, 20601)

...

20611 and 20612 moved before 20701

...

20611 changed to Invalid Payload (previously Invalid Payload: Not a Challenge Payload)

...

20711 changed to 20612 Invalid ACS Payload (previously 20711 Challenge-Response Validation Failed)

...