OnDevicePersonalizationException
public
class
OnDevicePersonalizationException
extends Exception
java.lang.Object | |||
↳ | java.lang.Throwable | ||
↳ | java.lang.Exception | ||
↳ | android.adservices.ondevicepersonalization.OnDevicePersonalizationException |
Exception générée par les API OnDevicePersonalization.
Résumé
Constantes | |
---|---|
int |
ERROR_ISOLATED_SERVICE_FAILED
Échec de l'exécution du |
Méthodes publiques | |
---|---|
int
|
getErrorCode()
Renvoie le code d'erreur pour cette exception. |
Méthodes héritées | |
---|---|
Constantes
ERROR_ISOLATED_SERVICE_FAILED
public static final int ERROR_ISOLATED_SERVICE_FAILED
Échec de l'exécution du IsolatedService
appelé.
Valeur constante : 1 (0x00000001)
Méthodes publiques
getErrorCode
public int getErrorCode ()
Renvoie le code d'erreur pour cette exception.
Renvoie | |
---|---|
int |
La valeur est ERROR_ISOLATED_SERVICE_FAILED , ou android.adservices.ondevicepersonalization.OnDevicePersonalizationException.ERROR_PERSONALIZATION_DISABLED |