Package com.yandex.mobile.ads.video
Interface VideoAdError.Code
-
- Enclosing class:
- VideoAdError
public static interface VideoAdError.Code
-
-
Field Summary
Fields Modifier and Type Field Description static intCONNECTION_ERRORThis code indicates, that connection error happened during sending request.static intINTERNAL_ERRORThis code indicates, that unexpected error happened.static intNO_AD_ERRORThis is valid situation.static intRETRIABLE_ERRORRequest cannot be handled right now, try again later.
-
-
-
Field Detail
-
INTERNAL_ERROR
static final int INTERNAL_ERROR
This code indicates, that unexpected error happened. Error description can be taken fromVideoAdError.getDescription()and server response can be taken fromVideoAdError.getRawResponse()- See Also:
- Constant Field Values
-
CONNECTION_ERROR
static final int CONNECTION_ERROR
This code indicates, that connection error happened during sending request. Request can be retried later, when device will be connected to the network.- See Also:
- Constant Field Values
-
NO_AD_ERROR
static final int NO_AD_ERROR
This is valid situation. This code indicates that there are no video ads available.- See Also:
- Constant Field Values
-
RETRIABLE_ERROR
static final int RETRIABLE_ERROR
Request cannot be handled right now, try again later.- See Also:
- Constant Field Values
-
-