MobileCredentialError: {
    docType: DocType;
    errorCode: MobileCredentialResponseErrorCode;
}

Represents an error for a specific credential.

Type declaration

  • Readonly docType: DocType

    A docType identifier corresponding to the credential that failed to be presented.

  • Readonly errorCode: MobileCredentialResponseErrorCode

    An error code specifying what went wrong with credential presentation.

Generated using TypeDoc