# ActivationTokenErrorCode
enum ActivationTokenErrorCode : Enum<ActivationTokenErrorCode> , MIRACLErrorCode
An enumeration that describes verification confirmation issues.
# Entries
FAIL | FAIL() Failed to verify user. |
INVALID_CONFIRMATION_RESPONSE | INVALID_CONFIRMATION_RESPONSE() Invalid confirmation response. |
API_ERROR | API_ERROR() The request for fetching the activation token failed with an error. There may be ActivationTokenErrorResponse in the error. |
EMPTY_ACTIVATION_CODE | EMPTY_ACTIVATION_CODE() Empty activation code. |
EMPTY_USER_ID | EMPTY_USER_ID() Empty user ID. |
# Properties
Name | Summary |
---|---|
name | val name: String |
ordinal | val ordinal: Int |