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