-
public final class FacebookRequestErrorClassificationcom.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
Nested Classes Modifier and Type Class Description public classFacebookRequestErrorClassification.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Map<Integer, Set<Integer>>otherErrorsprivate final Map<Integer, Set<Integer>>transientErrorsprivate final Map<Integer, Set<Integer>>loginRecoverableErrors
-
Method Summary
Modifier and Type Method Description final Map<Integer, Set<Integer>>getOtherErrors()final Map<Integer, Set<Integer>>getTransientErrors()final Map<Integer, Set<Integer>>getLoginRecoverableErrors()final StringgetRecoveryMessage(FacebookRequestError.Category category)final FacebookRequestError.Categoryclassify(Integer errorCode, Integer errorSubCode, Boolean isTransient)-
-
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 String getRecoveryMessage(FacebookRequestError.Category category)
-
classify
final FacebookRequestError.Category classify(Integer errorCode, Integer errorSubCode, Boolean isTransient)
-
-
-
-