Package 

Enum FacebookRequestError.Category

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      LOGIN_RECOVERABLE

      Indicates that the error is authentication related. The method or com.facebook.login.LoginManager.resolveError method can be called to recover from this error.

      OTHER

      Indicates that the error is not transient or recoverable by the Facebook SDK.

      TRANSIENT

      Indicates that the error is transient, the request can be attempted again.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait