FacebookError
لم تعد هذه الفئة متوفر في أحدث إصدار من SDK.
يتوفر إصدار أحدث لهذه الفئة. يرجى التحقق أحدث إصدار.

Encapsulation of a Facebook Error: a Facebook request that could not be fulfilled.

THIS CLASS SHOULD BE CONSIDERED DEPRECATED.

All public members of this class are intentionally deprecated. New code should instead use FacebookException

Adding @Deprecated to this class causes warnings in other deprecated classes that reference this one. That is the only reason this entire class is not deprecated.

الإضافات:RuntimeException
الحزمة:android
أدوات الإنشاء
FacebookError(String)
public FacebookError(String message)
المعلمةالوصف
message
FacebookError(String, String, int)
public FacebookError(String message, String type, int code)
المعلمةالوصف
message
type
code
طرق المثيلات
getErrorCode()
public int getErrorCode()
getErrorType()
public String getErrorType()