חריגת מסוג StandardIntegrity

public class StandardIntegrityException
extends ApiException

java.lang.Object
Java.lang.Throwable
  java.lang.Exception
    com.google.android.gms.common.api.Api וכל חריג
      com.google.android.play.core.integrity.StandardIntegrity וכל חריג


חריגה שמציינת שמשהו השתבש ב-Standard Integrity API.

כאן אפשר לראות את הבעיה הספציפית ב-getErrorCode().

סיכום

שיטות ציבוריות

Throwable getCause()
int getErrorCode()

מחזירה את קוד השגיאה שנוצר מהפעולה.

int getStatusCode()

מחזירה את קוד השגיאה שנוצר מהפעולה.

שיטות שעברו בירושה

שיטות ציבוריות

סיבה

public Throwable getCause ()

החזרות
Throwable

getErrorCode

public int getErrorCode ()

מחזירה את קוד השגיאה שנוצר מהפעולה. הערך הזה הוא אחד מהקבועים של StandardIntegrityErrorCode

החזרות
int

getStatusCode

public int getStatusCode ()

מחזירה את קוד השגיאה שנוצר מהפעולה. הערך הזה הוא אחד מהקבועים ב- StandardIntegrityErrorCode אין תמיכה ב-getStatusCode() ב-StandardIntegrityException. במקומו צריך להשתמש ב-getErrorCode() .

החזרות
int