public class AdError
extends java.lang.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 |
MEDIATION_ERROR |
static int |
MEDIATION_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 |
Constructor and Description |
---|
AdError(int errorCode,
java.lang.String errorMessage)
Constructs an AdError using the given error code and error message
|
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode()
Gets the error code
|
java.lang.String |
getErrorMessage()
Gets the error message
|
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 int MEDIATION_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
public static final AdError MEDIATION_ERROR
@Deprecated public static final AdError MISSING_PROPERTIES