-
- All Implemented Interfaces:
public class AdRequestError.CodeError codes to explain the main cause.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerINTERNAL_ERRORprivate final IntegerINVALID_REQUESTprivate final IntegerNETWORK_ERRORprivate final IntegerNO_FILLprivate final IntegerSYSTEM_ERRORprivate final IntegerUNKNOWN_ERRORpublic final static AdRequestError.CodeINSTANCE
-
Method Summary
Modifier and Type Method Description final IntegergetINTERNAL_ERROR()Ad request failed with internal error. final IntegergetINVALID_REQUEST()Ad request configured incorrectly. final IntegergetNETWORK_ERROR()Ad request failed with connection error. final IntegergetNO_FILL()Ad request completed successfully, but there are no ads available. final IntegergetSYSTEM_ERROR()The ad request failed with system error. final IntegergetUNKNOWN_ERROR()Ad request failed with unknown error. -
-
Method Detail
-
getINTERNAL_ERROR
final Integer getINTERNAL_ERROR()
Ad request failed with internal error.
-
getINVALID_REQUEST
final Integer getINVALID_REQUEST()
Ad request configured incorrectly.
-
getNETWORK_ERROR
final Integer getNETWORK_ERROR()
Ad request failed with connection error.
-
getNO_FILL
final Integer getNO_FILL()
Ad request completed successfully, but there are no ads available.
-
getSYSTEM_ERROR
final Integer getSYSTEM_ERROR()
The ad request failed with system error. For instance a WebView can't access the database file.
NOTE:Don't try to load/reload ads if you've got this error.
-
getUNKNOWN_ERROR
final Integer getUNKNOWN_ERROR()
Ad request failed with unknown error.
-
-
-
-