# CryptoErrorCode
enum CryptoErrorCode : Enum<CryptoErrorCode> , MIRACLErrorCode
An enumeration that describes crypto issues.
# Entries
ERROR_SIGNING | ERROR_SIGNING() Crypto error while signing. |
ERROR_DVS_CLIENT_TOKEN | ERROR_DVS_CLIENT_TOKEN() Crypto error while getting DVS client token. |
ERROR_SIGNING_KEY_PAIR | ERROR_SIGNING_KEY_PAIR() Crypto error while generating signing key pair. |
ERROR_PASS2 | ERROR_PASS2() Crypto error while executing pass2. |
ERROR_PASS1 | ERROR_PASS1() Crypto error while executing pass1. |
ERROR_PIN | ERROR_PIN() Pin code includes invalid symbols. |
ERROR_PIN_CANCELED | ERROR_PIN_CANCELED() Pin not entered. |
ERROR_PIN_LENGTH | ERROR_PIN_LENGTH() Required pin length does not match. |
ERROR_CLIENT_TOKEN | ERROR_CLIENT_TOKEN() Crypto error while getting client token. |
# Properties
Name | Summary |
---|---|
name | val name: String |
ordinal | val ordinal: Int |