Package 

Enum AccessTokenException.Status

  • 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.