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