public final enum

AppLovinMediationErrorCode

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.applovin.mediation.AppLovinMediationErrorCode

Class Overview

This enum contains possible error codes that should be returned by the mediation adapter Created by basil on 12/1/16.

Summary

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
int getErrorCode()
static AppLovinMediationErrorCode valueOf(String name)
final static AppLovinMediationErrorCode[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final AppLovinMediationErrorCode ADAPTER_CONFIGURATION_ERROR

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.

public static final AppLovinMediationErrorCode ADAPTER_NOT_FOUND

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.

public static final AppLovinMediationErrorCode INTERNAL_AD_SIZE_NOT_SUPPORTED

An internal AppLovin error that means that current ad size is not supported by the mediation framework.

public static final AppLovinMediationErrorCode INTERNAL_AD_TYPE_NOT_SUPPORTED

An internal AppLovin error that means that current ad type is not supported by the mediation framework.

public static final AppLovinMediationErrorCode INTERNAL_ERROR

An internal AppLovin error has occured. Please contact AppLovin support if you are seeing this error consistently.

public static final AppLovinMediationErrorCode NETWORK_AD_NOT_READY

The mediation adapter did not have an ad ready in time for showing

public static final AppLovinMediationErrorCode NETWORK_BAD_REQUEST

The mediation adapter can not load an ad because of a bad request

public static final AppLovinMediationErrorCode NETWORK_DISPLAY_INVALID_STATE

The mediation adapter was in an invalid state when trying to display an ad to the user

public static final AppLovinMediationErrorCode NETWORK_DISPLAY_UNSPECIFIED

The mediation adapter failed to display an ad due to an unknown reason

public static final AppLovinMediationErrorCode NETWORK_INTERNAL_ERROR

The mediation adapter ran into an unspecified internal error

public static final AppLovinMediationErrorCode NETWORK_INVALID_CONFIGURATION

The mediation adapter can not load an ad because it is currently not configured correctly

public static final AppLovinMediationErrorCode NETWORK_INVALID_STATE

The mediation adapter can not load an ad because it is currently in an invalid state

public static final AppLovinMediationErrorCode NETWORK_NO_CONNECTION

The mediation adapter can not load an ad because it can not detect an active internet connection.

public static final AppLovinMediationErrorCode NETWORK_NO_FILL

The mediation adapter can not load an ad because of no fill.

public static final AppLovinMediationErrorCode NETWORK_SERVER_ERROR

The mediation adapter ran into a remote server error

public static final AppLovinMediationErrorCode NETWORK_TIMEOUT

The mediation adapter can not load an ad because of a timeout

public static final AppLovinMediationErrorCode NETWORK_UNSPECIFIED

The mediation adapter failed to load an ad for an unspecified reason.

Public Methods

public int getErrorCode ()

public static AppLovinMediationErrorCode valueOf (String name)

public static final AppLovinMediationErrorCode[] values ()