OnDevicePersonalizationException
public
class
OnDevicePersonalizationException
extends Exception
java.lang.Object | |||
↳ | java.lang.Throwable | ||
↳ | java.lang.Exception | ||
↳ | android.adservices.ondevicepersonalization.OnDevicePersonalizationException |
OnDevicePersonalization API'leri istisna attı.
Özet
Sabitler | |
---|---|
int |
ERROR_ISOLATED_SERVICE_FAILED
Çağrılan |
Herkese açık yöntemler | |
---|---|
int
|
getErrorCode()
Bu istisna için hata kodunu döndürür. |
Devralınan yöntemler | |
---|---|
Sabitler
ERROR_ISOLATED_SERVICE_FAILED
public static final int ERROR_ISOLATED_SERVICE_FAILED
Çağrılan IsolatedService
çalıştırılamadı.
Sabit Değer: 1 (0x00000001)
Herkese açık yöntemler
getErrorCode
public int getErrorCode ()
Bu istisna için hata kodunu döndürür.
İlerlemeler | |
---|---|
int |
Değer ERROR_ISOLATED_SERVICE_FAILED veya android.adservices.ondevicepersonalization.OnDevicePersonalizationException.ERROR_PERSONALIZATION_DISABLED olmalıdır. |