IntegrityServiceException

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.IntegrityServiceException


An exception indicating something went wrong with the Integrity API.

See getErrorCode() for the specific problem.

Summary

Public methods

Throwable getCause()
int getErrorCode()

Returns the error code resulting from the operation.

int getStatusCode()

Returns the error code resulting from the operation.

Inherited methods

Public methods

getCause

public Throwable getCause ()

Returns
Throwable

getErrorCode

public int getErrorCode ()

Returns the error code resulting from the operation. The value is one of the constants in IntegrityErrorCode.

Returns
int

getStatusCode

public int getStatusCode ()

Returns the error code resulting from the operation. The value is one of the constants in IntegrityErrorCode. getStatusCode() is not supported in IntegrityServiceExceptions, please use getErrorCode() instead.

Returns
int