Android SDK Version
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.
Field Summary
Modifier and TypeFieldDescription
private final Stringname
private final Integerordinal
Enum Constant Summary
Enum ConstantDescription
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 TypeMethodDescription
final StringgetName()
final IntegergetOrdinal()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail

getName

 final StringgetName()

getOrdinal

 final IntegergetOrdinal()