OnDevicePersonalizationException

public class OnDevicePersonalizationException
extends Exception

java.lang.Object
java.lang.Throwable
     ↳ java.lang.Exception.
       ↳ android.adservices.ondevicepersonalization.OnDevicePersonalizationException


Ausnahme, die von OnDevicePersonalization APIs geworfen wird.

Zusammenfassung

Konstanten

int ERROR_ISOLATED_SERVICE_FAILED

Der aufgerufene IsolatedService konnte nicht ausgeführt werden.

Öffentliche Methoden

int getErrorCode()

Gibt den Fehlercode für diese Ausnahme zurück.

Übernommene Methoden

Konstanten

ERROR_ISOLATED_SERVICE_FAILED

public static final int ERROR_ISOLATED_SERVICE_FAILED

Die aufgerufene IsolatedService konnte nicht ausgeführt werden.

Konstanter Wert: 1 (0x00000001)

Öffentliche Methoden

getErrorCode

public int getErrorCode ()

Gibt den Fehlercode für diese Ausnahme zurück.

Returns
int Der Wert ist ERROR_ISOLATED_SERVICE_FAILED oder android.adservices.ondevicepersonalization.OnDevicePersonalizationException.ERROR_PERSONALIZATION_DISABLED.