AdError
Non è disponibile una versione più recente di questa classe. Controlla la versione più recente.

AdError contains the error information returned by Facebook.

Estende:Object
Pacchetto:ads
Costruttori
AdError(int, String)

Constructs an AdError using the given error code and error message

public AdError(int errorCode, String errorMessage)
ParametroDescrizione
errorCodeThe error code
errorMessageThe error message
Metodi di istanza
getErrorCode()

Gets the error code

public int getErrorCode()
Returns
The error code
getErrorMessage()

Gets the error message

public String getErrorMessage()
Returns
The error message
Costanti
NO_FILL
public static final AdError NO_FILL
LOAD_TOO_FREQUENTLY
public static final AdError LOAD_TOO_FREQUENTLY
INTERNAL_ERROR
public static final AdError INTERNAL_ERROR
MISSING_PROPERTIES
public static final AdError MISSING_PROPERTIES
INVALID_ERROR_CODE
public static final int INVALID_ERROR_CODE