java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.applovin.mediation.AppLovinMediationErrorCode |
This enum contains possible error codes that should be returned by the mediation adapter Created by basil on 12/1/16.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AppLovinMediationErrorCode | ADAPTER_CONFIGURATION_ERROR | Mediation adapter has not been configured propertly. | |||||||||
AppLovinMediationErrorCode | ADAPTER_NOT_FOUND | Mediation adapter was not found. | |||||||||
AppLovinMediationErrorCode | INTERNAL_AD_SIZE_NOT_SUPPORTED | An internal AppLovin error that means that current ad size is not supported by the mediation framework. | |||||||||
AppLovinMediationErrorCode | INTERNAL_AD_TYPE_NOT_SUPPORTED | An internal AppLovin error that means that current ad type is not supported by the mediation framework. | |||||||||
AppLovinMediationErrorCode | INTERNAL_ERROR | An internal AppLovin error has occured. | |||||||||
AppLovinMediationErrorCode | NETWORK_AD_NOT_READY | The mediation adapter did not have an ad ready in time for showing | |||||||||
AppLovinMediationErrorCode | NETWORK_BAD_REQUEST | The mediation adapter can not load an ad because of a bad request | |||||||||
AppLovinMediationErrorCode | NETWORK_DISPLAY_INVALID_STATE | The mediation adapter was in an invalid state when trying to display an ad to the user | |||||||||
AppLovinMediationErrorCode | NETWORK_DISPLAY_UNSPECIFIED | The mediation adapter failed to display an ad due to an unknown reason | |||||||||
AppLovinMediationErrorCode | NETWORK_INTERNAL_ERROR | The mediation adapter ran into an unspecified internal error | |||||||||
AppLovinMediationErrorCode | NETWORK_INVALID_CONFIGURATION | The mediation adapter can not load an ad because it is currently not configured correctly | |||||||||
AppLovinMediationErrorCode | NETWORK_INVALID_STATE | The mediation adapter can not load an ad because it is currently in an invalid state | |||||||||
AppLovinMediationErrorCode | NETWORK_NO_CONNECTION | The mediation adapter can not load an ad because it can not detect an active internet connection. | |||||||||
AppLovinMediationErrorCode | NETWORK_NO_FILL | The mediation adapter can not load an ad because of no fill. | |||||||||
AppLovinMediationErrorCode | NETWORK_SERVER_ERROR | The mediation adapter ran into a remote server error | |||||||||
AppLovinMediationErrorCode | NETWORK_TIMEOUT | The mediation adapter can not load an ad because of a timeout | |||||||||
AppLovinMediationErrorCode | NETWORK_UNSPECIFIED | The mediation adapter failed to load an ad for an unspecified reason. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Mediation adapter has not been configured propertly. This is likely to be caused by a mis-matching version of the thrid-party SDK. Please double-check the log for any prior error messages.
Mediation adapter was not found. This is likely to be caused by an invalid mediation configuration. Please double-check your configuration in AppLovin Mediation Dashboard.
An internal AppLovin error that means that current ad size is not supported by the mediation framework.
An internal AppLovin error that means that current ad type is not supported by the mediation framework.
An internal AppLovin error has occured. Please contact AppLovin support if you are seeing this error consistently.
The mediation adapter did not have an ad ready in time for showing
The mediation adapter can not load an ad because of a bad request
The mediation adapter was in an invalid state when trying to display an ad to the user
The mediation adapter failed to display an ad due to an unknown reason
The mediation adapter ran into an unspecified internal error
The mediation adapter can not load an ad because it is currently not configured correctly
The mediation adapter can not load an ad because it is currently in an invalid state
The mediation adapter can not load an ad because it can not detect an active internet connection.
The mediation adapter can not load an ad because of no fill.
The mediation adapter ran into a remote server error
The mediation adapter can not load an ad because of a timeout
The mediation adapter failed to load an ad for an unspecified reason.