-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum FacebookRequestError.Category extends Enum<FacebookRequestError.Category>
An enum that represents the Facebook SDK classification for the error that occurred.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description LOGIN_RECOVERABLEIndicates that the error is authentication related. The method or com.facebook.login.LoginManager.resolveError method can be called to recover from this error.
OTHERIndicates that the error is not transient or recoverable by the Facebook SDK.
TRANSIENTIndicates that the error is transient, the request can be attempted again.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-