-
public class FacebookRequestErrorClassification.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerEC_SERVICE_UNAVAILABLEprivate final IntegerEC_APP_TOO_MANY_CALLSprivate final IntegerEC_RATEprivate final IntegerEC_USER_TOO_MANY_CALLSprivate final IntegerEC_INVALID_SESSIONprivate final IntegerEC_INVALID_TOKENprivate final IntegerEC_APP_NOT_INSTALLEDprivate final IntegerEC_TOO_MANY_USER_ACTION_CALLSprivate final IntegerESC_APP_NOT_INSTALLEDprivate final IntegerESC_APP_INACTIVEprivate final StringKEY_RECOVERY_MESSAGEprivate final StringKEY_NAMEprivate final StringKEY_OTHERprivate final StringKEY_TRANSIENTprivate final StringKEY_LOGIN_RECOVERABLEprivate final FacebookRequestErrorClassificationdefaultErrorClassificationpublic final static FacebookRequestErrorClassification.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final FacebookRequestErrorClassificationcreateFromJSON(JSONArray jsonArray)final IntegergetEC_SERVICE_UNAVAILABLE()final IntegergetEC_APP_TOO_MANY_CALLS()final IntegergetEC_RATE()final IntegergetEC_USER_TOO_MANY_CALLS()final IntegergetEC_INVALID_SESSION()final IntegergetEC_INVALID_TOKEN()final IntegergetEC_APP_NOT_INSTALLED()final IntegergetEC_TOO_MANY_USER_ACTION_CALLS()final IntegergetESC_APP_NOT_INSTALLED()final IntegergetESC_APP_INACTIVE()final StringgetKEY_RECOVERY_MESSAGE()final StringgetKEY_NAME()final StringgetKEY_OTHER()final StringgetKEY_TRANSIENT()final StringgetKEY_LOGIN_RECOVERABLE()final FacebookRequestErrorClassificationgetDefaultErrorClassification()-
-
Method Detail
-
createFromJSON
final FacebookRequestErrorClassification createFromJSON(JSONArray jsonArray)
-
getEC_SERVICE_UNAVAILABLE
final Integer getEC_SERVICE_UNAVAILABLE()
-
getEC_APP_TOO_MANY_CALLS
final Integer getEC_APP_TOO_MANY_CALLS()
-
getEC_RATE
final Integer getEC_RATE()
-
getEC_USER_TOO_MANY_CALLS
final Integer getEC_USER_TOO_MANY_CALLS()
-
getEC_INVALID_SESSION
final Integer getEC_INVALID_SESSION()
-
getEC_INVALID_TOKEN
final Integer getEC_INVALID_TOKEN()
-
getEC_APP_NOT_INSTALLED
final Integer getEC_APP_NOT_INSTALLED()
-
getEC_TOO_MANY_USER_ACTION_CALLS
final Integer getEC_TOO_MANY_USER_ACTION_CALLS()
-
getESC_APP_NOT_INSTALLED
final Integer getESC_APP_NOT_INSTALLED()
-
getESC_APP_INACTIVE
final Integer getESC_APP_INACTIVE()
-
getKEY_RECOVERY_MESSAGE
final String getKEY_RECOVERY_MESSAGE()
-
getKEY_NAME
final String getKEY_NAME()
-
getKEY_OTHER
final String getKEY_OTHER()
-
getKEY_TRANSIENT
final String getKEY_TRANSIENT()
-
getKEY_LOGIN_RECOVERABLE
final String getKEY_LOGIN_RECOVERABLE()
-
getDefaultErrorClassification
@Synchronized() final FacebookRequestErrorClassification getDefaultErrorClassification()
-
-
-
-