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()