public class AdError extends Object
Modifier and Type | Field and Description |
---|---|
static AdError |
INTERNAL_ERROR |
static int |
INTERNAL_ERROR_CODE |
static AdError |
LOAD_TOO_FREQUENTLY |
static int |
LOAD_TOO_FREQUENTLY_ERROR_CODE |
static AdError |
MISSING_PROPERTIES
Deprecated.
|
static AdError |
NETWORK_ERROR |
static int |
NETWORK_ERROR_CODE |
static AdError |
NO_FILL |
static int |
NO_FILL_ERROR_CODE |
static AdError |
SERVER_ERROR |
static int |
SERVER_ERROR_CODE |
public static final int NETWORK_ERROR_CODE
public static final int NO_FILL_ERROR_CODE
public static final int LOAD_TOO_FREQUENTLY_ERROR_CODE
public static final int SERVER_ERROR_CODE
public static final int INTERNAL_ERROR_CODE
public static final AdError NETWORK_ERROR
public static final AdError NO_FILL
public static final AdError LOAD_TOO_FREQUENTLY
public static final AdError SERVER_ERROR
public static final AdError INTERNAL_ERROR
@Deprecated public static final AdError MISSING_PROPERTIES
public AdError(int errorCode, String errorMessage)
errorCode
- the error codeerrorMessage
- the error messagepublic int getErrorCode()
public String getErrorMessage()