Enumeration of different error codes that can be encountered while fetching an ad.
| Extends: | java.lang.Enum |
| Implements: | - |
| Package: | com.mustamara.yaftamobile.sdk |
INTERNAL_ERRORThe ad request failed due to a server-side error.
public static final AdError.ErrorCode INTERNAL_ERROR
NETWORK_ERRORThe ad request failed due to a problem with network connectivity.
public static final AdError.ErrorCode NETWORK_ERROR
INVALID_REQUEST_ERRORThe ad request has invalid parameters.
public static final AdError.ErrorCode INVALID_REQUEST_ERROR
NO_FILL_ERRORThe ad request is valid, but no ads were available.
public static final AdError.ErrorCode NO_FILL_ERROR