Static
Retrieves the array of transaction errors from the context, or an empty array if none exist.
An array of error objects from the transaction context.
Optional
import EmailIdentifierChallenge from '@auth0/auth0-acul-js/email-identifier-challenge';const emailIdentifierChallenge = new EmailIdentifierChallenge();emailIdentifierChallenge.resendCode(); Copy
import EmailIdentifierChallenge from '@auth0/auth0-acul-js/email-identifier-challenge';const emailIdentifierChallenge = new EmailIdentifierChallenge();emailIdentifierChallenge.resendCode();
import EmailIdentifierChallenge from '@auth0/auth0-acul-js/email-identifier-challenge';const emailIdentifierChallenge = new EmailIdentifierChallenge();emailIdentifierChallenge.returnToPrevious(); Copy
import EmailIdentifierChallenge from '@auth0/auth0-acul-js/email-identifier-challenge';const emailIdentifierChallenge = new EmailIdentifierChallenge();emailIdentifierChallenge.returnToPrevious();
import EmailIdentifierChallenge from '@auth0/auth0-acul-js/email-identifier-challenge';const emailIdentifierChallenge = new EmailIdentifierChallenge();emailIdentifierChallenge.submitEmailChallenge({ code: "<string>"}); Copy
import EmailIdentifierChallenge from '@auth0/auth0-acul-js/email-identifier-challenge';const emailIdentifierChallenge = new EmailIdentifierChallenge();emailIdentifierChallenge.submitEmailChallenge({ code: "<string>"});
Retrieves the array of transaction errors from the context, or an empty array if none exist.