java.lang.Object | |
↳ | com.applovin.sdk.AppLovinErrorCodes |
This class conatins a set of common integer error codes seen in the SDK.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | FETCH_AD_TIMEOUT | Indicates that the network conditions prevented the SDK from receiving an ad. | |||||||||
int | INCENTIVIZED_NO_AD_PRELOADED | Indicates that the developer called for a rewarded video before one was available. | |||||||||
int | INCENTIVIZED_SERVER_TIMEOUT | Indicates that a reward validation requested timed out (usually due to poor connectivity). | |||||||||
int | INCENTIVIZED_UNKNOWN_SERVER_ERROR | Indicates that an unknown server-side error occurred. | |||||||||
int | INCENTIVIZED_USER_CLOSED_VIDEO | Indicates that the user exited out of the ad early. | |||||||||
int | INVALID_RESPONSE | Indicates that a AppLovin servers have returned an invalid response | |||||||||
int | INVALID_URL | Indicates that a postback URL you attempted to dispatch was empty or nil. | |||||||||
int | MEDIATION_ADAPTER_DISABLED | Indicates that the mediation adapter was disabled | |||||||||
int | MEDIATION_ADAPTER_IMMEDIATE_TIMEOUT | Indicates that the mediated ad has failed immediately (due to a 0 timeout) | |||||||||
int | MEDIATION_ADAPTER_LOAD_FAILED | Indicates that the mediation adapter has failed to load | |||||||||
int | MEDIATION_ADAPTER_LOAD_FAILED_ON_RENDER | Indicates that the mediation adapter has failed to load when we tried to render an ad. | |||||||||
int | MEDIATION_ADAPTER_READY_AD | Indicates that the mediation adapter is not yet ready to display ads | |||||||||
int | MEDIATION_ADAPTER_RENDER_NOT_READY_AD | Indicates that the mediation adapter was requested to render an ad that was not marked as ready. | |||||||||
int | MEDIATION_ADAPTER_TIMEOUT | Indicates that the mediated ad has failed due to a timeout. | |||||||||
int | NATIVE_AD_IMPRESSION_ALREADY_TRACKED | Indicates that the impression has already been tracked. | |||||||||
int | NO_FILL | Indicates that no ads are currently eligible for your device. | |||||||||
int | NO_NETWORK | Indicates that the device had no network connectivity at the time of an ad request, either due to airplane mode or no service. | |||||||||
int | UNABLE_TO_PRECACHE_IMAGE_RESOURCES | Indicates that an attempt to cache an image resource to the filesystem failed; the device may be out of space. | |||||||||
int | UNABLE_TO_PRECACHE_RESOURCES | Indicates that an attempt to cache a resource to the filesystem failed; the device may be out of space. | |||||||||
int | UNABLE_TO_PRECACHE_VIDEO_RESOURCES | Indicates that an attempt to cache a video resource to the filesystem failed; the device may be out of space. | |||||||||
int | UNABLE_TO_PREPARE_NATIVE_AD | Indicates that there was an error while attempting to render a native ad. | |||||||||
int | UNABLE_TO_RENDER_AD | Indicates that there has been a failure to render an ad on screen. | |||||||||
int | UNSPECIFIED_ERROR | Indicates that the system is in unexpected state. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AppLovinErrorCodes() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Indicates that the network conditions prevented the SDK from receiving an ad.
Indicates that the developer called for a rewarded video before one was available. Note: This code is only possible when working with rewarded videos.
Indicates that a reward validation requested timed out (usually due to poor connectivity). Note: This code is only possible when working with rewarded videos.
Indicates that an unknown server-side error occurred. Note: This code is only possible when working with rewarded videos.
Indicates that the user exited out of the ad early. You may or may not wish to grant a reward depending on your preference. Note: This code is only possible when working with rewarded ads.
Indicates that a AppLovin servers have returned an invalid response
Indicates that a postback URL you attempted to dispatch was empty or nil.
Indicates that the mediation adapter was disabled
Indicates that the mediated ad has failed immediately (due to a 0 timeout)
Indicates that the mediation adapter has failed to load
Indicates that the mediation adapter has failed to load when we tried to render an ad. This is likely to mean some internal inconsistency.
Indicates that the mediation adapter is not yet ready to display ads
Indicates that the mediation adapter was requested to render an ad that was not marked as ready.
Indicates that the mediated ad has failed due to a timeout.
Indicates that the impression has already been tracked.
Indicates that no ads are currently eligible for your device.
Indicates that the device had no network connectivity at the time of an ad request, either due to airplane mode or no service.
Indicates that an attempt to cache an image resource to the filesystem failed; the device may be out of space.
Indicates that an attempt to cache a resource to the filesystem failed; the device may be out of space.
Indicates that an attempt to cache a video resource to the filesystem failed; the device may be out of space.
Indicates that there was an error while attempting to render a native ad.
Indicates that there has been a failure to render an ad on screen.
Indicates that the system is in unexpected state.