AdError(int, String)
Constructs an AdError using the given error code and error message
public AdError(int errorCode, String errorMessage)
参数 | 描述 |
---|---|
errorCode | The error code |
errorMessage | The error message |
getErrorCode()
Gets the error code
public int getErrorCode()
getErrorMessage()
Gets the error message
public String getErrorMessage()
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