MATTR Wallet SDK React Native / Exports / VerifyFailureReasonType
- Expired
- IssuerNotTrusted
- IssuerPublicKeyInvalid
- NotActive
- PayloadInvalid
- Revoked
- SignatureInvalid
- UnsupportedAlgorithm
- UnsupportedRevocationType
• Expired = "Expired"
Credential is expired
• IssuerNotTrusted = "IssuerNotTrusted"
Issuer of the credential is not trusted
• IssuerPublicKeyInvalid = "IssuerPublicKeyInvalid"
Invalid issuer public key
• NotActive = "NotActive"
Credential are not active
• PayloadInvalid = "PayloadInvalid"
Credential payload is malformed
• Revoked = "Revoked"
Credential has been revoked
• SignatureInvalid = "SignatureInvalid"
The signature of the credential is invalid
• UnsupportedAlgorithm = "UnsupportedAlgorithm"
Payload COSE encoded with an unsupported algorithm
• UnsupportedRevocationType = "UnsupportedRevocationType"
Payload revocation encoded with an unsupported type