Android SDK Version


public final class FacebookRequestErrorClassification
com.facebook.internal is solely for the use of other packages within the Facebook SDK for Android. Use of any of the classes in this package is unsupported, and they may be modified or removed without warning at any time.
Nested Class Summary
Modifier and TypeClassDescription
public classFacebookRequestErrorClassification.Companion
Field Summary
Modifier and TypeFieldDescription
private final Map<Integer, Set<Integer>>otherErrors
private final Map<Integer, Set<Integer>>transientErrors
private final Map<Integer, Set<Integer>>loginRecoverableErrors
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail

getOtherErrors

 final Map<Integer, Set<Integer>> getOtherErrors()

getTransientErrors

 final Map<Integer, Set<Integer>> getTransientErrors()

getLoginRecoverableErrors

 final Map<Integer, Set<Integer>> getLoginRecoverableErrors()

getRecoveryMessage

 final StringgetRecoveryMessage(FacebookRequestError.Category category)

classify

 final FacebookRequestError.Categoryclassify(Integer errorCode, Integer errorSubCode, Boolean isTransient)