AdError
这个类有新版本。查看 最新版本。

AdError contains the error information returned by Facebook.

扩展:Object
应用安装包:ads
构造函数
AdError(int, String)

Constructs an AdError using the given error code and error message

public AdError(int errorCode, String errorMessage)
参数描述
errorCodeThe error code
errorMessageThe error message
实例方法
getErrorCode()

Gets the error code

public int getErrorCode()
Returns
The error code
getErrorMessage()

Gets the error message

public String getErrorMessage()
Returns
The error message
常量
NO_FILL
public static final AdError NO_FILL
LOAD_TOO_FREQUENTLY
public static final AdError LOAD_TOO_FREQUENTLY
INTERNAL_ERROR
public static final AdError INTERNAL_ERROR
MISSING_PROPERTIES
public static final AdError MISSING_PROPERTIES
INVALID_ERROR_CODE
public static final int INVALID_ERROR_CODE