# VerificationErrorCode
enum VerificationErrorCode : Enum<VerificationErrorCode> , MIRACLErrorCode
An enumeration that describes verification issues.
# Entries
FAIL | FAIL() Failed to verify user. |
INVALID_VERIFICATION_RESPONSE | INVALID_VERIFICATION_RESPONSE() Invalid verification response. |
INVALID_SESSION_DETAILS | INVALID_SESSION_DETAILS() Empty access id in session details. |
EMPTY_USER_ID | EMPTY_USER_ID() Empty user ID. |
# Properties
Name | Summary |
---|---|
name | val name: String |
ordinal | val ordinal: Int |