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