Enumerations
RetrieveCredentialErrorType
As an internal convention callback errors are written in camelCase style to be different with thrown errors
Enumeration members
| Name | Value | Description |
|---|---|---|
certificateNotFound | "certificateNotFound" | No trusted issuer certificate matches the credential, so it could not be verified. Add the issuer's certificate with addTrustedIssuerCertificates, or enable autoTrustMobileCredentialIaca when initializing the SDK. |
connectivityError | "connectivityError" | The issuer could not be reached while retrieving this credential. |
credentialNotAdded | "credentialNotAdded" | The credential was retrieved but could not be stored. |
failedToRetrieveCredential | "failedToRetrieveCredential" | The issuer did not return the credential. |
invalidWalletAttestation | "invalidWalletAttestation" | The issuer rejected the wallet attestation presented for this credential. |
Referenced by
A property of RetrieveCredentialFailure.
How would you rate this page?