-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum AccessTokenException.Status
Provides detailed status for the exception.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BUSY
Signifies that the token request failed because a refresh is already in progress.
NO_REFRESH_TOKEN
Signifies that the token request failed because the User is considered logged out.
REVOKED_SESSION
Signifies that the token request failed because the Session was likely revoked via Snapchat.
NETWORK_ERROR
Signifies that the token request failed because of a network error.
UNKNOWN_ERROR
Signifies that the token request failed because of an unknown reason.
-
Method Summary
Modifier and Type Method Description static Array<AccessTokenException.Status>
values()
static AccessTokenException.Status
valueOf(String name)
-
-
-
Method Detail
-
values
static Array<AccessTokenException.Status> values()
-
valueOf
static AccessTokenException.Status valueOf(String name)
-
-