public class

MaxErrorCodes

extends Object
java.lang.Object
   ↳ com.applovin.mediation.MaxErrorCodes

Summary

Constants
int FORMAT_TYPE_NOT_SUPPORTED Current ad type is not supported by the mediation framework.
int FULLSCREEN_AD_ALREADY_SHOWING Indicates that an attempt to show a fullscreen ad (interstitial or rewarded) was made while another fullscreen ad is still showing.
int INVALID_INTERNAL_STATE Internal state of the SDK is invalid.
int INVALID_RESPONSE Indicates that a AppLovin servers have returned an invalid response
int MEDIATION_ADAPTER_AD_NOT_READY Indicates that the mediation adapter was requested to render an ad that was not marked as ready.
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_TIMEOUT Indicates that the mediated ad has failed due to a timeout.
int MEDIATION_ADAPTER_WRONG_TYPE Indicates that the mediation adapter is not of an expected type.
int NO_ACTIVITY Main activity reference garbage collected.
int NO_FILL Indicates that no ads are currently eligible for your device.
int UNSPECIFIED_ERROR Indicates that the system is in unexpected state.
Public Constructors
MaxErrorCodes()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int FORMAT_TYPE_NOT_SUPPORTED

Current ad type is not supported by the mediation framework.

Constant Value: -5501 (0xffffea83)

public static final int FULLSCREEN_AD_ALREADY_SHOWING

Indicates that an attempt to show a fullscreen ad (interstitial or rewarded) was made while another fullscreen ad is still showing.

Constant Value: -23 (0xffffffe9)

public static final int INVALID_INTERNAL_STATE

Internal state of the SDK is invalid.

Constant Value: -5201 (0xffffebaf)

public static final int INVALID_RESPONSE

Indicates that a AppLovin servers have returned an invalid response

Constant Value: -800 (0xfffffce0)

public static final int MEDIATION_ADAPTER_AD_NOT_READY

Indicates that the mediation adapter was requested to render an ad that was not marked as ready.

Constant Value: -5002 (0xffffec76)

public static final int MEDIATION_ADAPTER_DISABLED

Indicates that the mediation adapter was disabled.

Constant Value: -5103 (0xffffec11)

public static final int MEDIATION_ADAPTER_IMMEDIATE_TIMEOUT

Indicates that the mediated ad has failed immediately (due to a 0 timeout).

Constant Value: -5102 (0xffffec12)

public static final int MEDIATION_ADAPTER_LOAD_FAILED

Indicates that the mediation adapter has failed to load.

Constant Value: -5001 (0xffffec77)

public static final int MEDIATION_ADAPTER_TIMEOUT

Indicates that the mediated ad has failed due to a timeout.

Constant Value: -5101 (0xffffec13)

public static final int MEDIATION_ADAPTER_WRONG_TYPE

Indicates that the mediation adapter is not of an expected type.

Constant Value: -5104 (0xffffec10)

public static final int NO_ACTIVITY

Main activity reference garbage collected.

Constant Value: -5601 (0xffffea1f)

public static final int NO_FILL

Indicates that no ads are currently eligible for your device.

Constant Value: 204 (0x000000cc)

public static final int UNSPECIFIED_ERROR

Indicates that the system is in unexpected state.

Constant Value: -1 (0xffffffff)

Public Constructors

public MaxErrorCodes ()