# AuthorizationErrorCode
enum AuthorizationErrorCode : Enum<AuthorizationErrorCode> , MIRACLErrorCode
An enumeration that describes authorization issues.
# Entries
FAIL | FAIL() Authorization failed. |
FAIL_INVALID_ACCESS_ID_RESPONSE | FAIL_INVALID_ACCESS_ID_RESPONSE() Could not find access id in response. |
FAIL_INVALID_RESPONSE | FAIL_INVALID_RESPONSE() Authorization failed because of invalid server response. |
# Properties
Name | Summary |
---|---|
name | val name: String |
ordinal | val ordinal: Int |