Eccezione IntegrityService

public class IntegrityServiceException
extends ApiException

java.lang.Object
🎞 java.lang.Throwable
  🎞 java.lang.Exception
    🎞 com.google.android.gms.common.api.ApiException
      🎞 com.google.android.play.core.integrity.IntegrityServiceEccezione


Un'eccezione che indica che si è verificato un problema con l'API Integrity.

Consulta getErrorCode() per il problema specifico.

Riepilogo

Metodi pubblici

Throwable getCause()
int getErrorCode()

Restituisce il codice di errore risultante dall'operazione.

int getStatusCode()

Restituisce il codice di errore risultante dall'operazione.

Metodi ereditati

Metodi pubblici

getCausa

public Throwable getCause ()

Ritorni
Throwable

getErrorCode

public int getErrorCode ()

Restituisce il codice di errore risultante dall'operazione. Il valore è una delle costanti in IntegrityErrorCode.

Ritorni
int

getStatusCode

public int getStatusCode ()

Restituisce il codice di errore risultante dall'operazione. Il valore è una delle costanti in IntegrityErrorCode. getStatusCode() non è supportato in IntegrityServiceExceptions, usa getErrorCode().

Ritorni
int