FacebookRequestError.Category
Đã có phiên bản mới hơn của lớp này. Hãy kiểm tra phiên bản mới nhất.

An enum that represents the Facebook SDK classification for the error that occurred.

Mở rộng:Enum
Gói:facebook
Phương thức nhóm
values()
public static Category values()
valueOf(String)
public static Category valueOf(String name)
Thông sốMô tả
name
Hằng
LOGIN_RECOVERABLE
Indicates that the error is authentication related. The LoginManager.resolveError(android.app.Activity, GraphResponse) method or LoginManager.resolveError(android.support.v4.app.Fragment, GraphResponse) method can be called to recover from this error.
public static final Category LOGIN_RECOVERABLE
OTHER
Indicates that the error is not transient or recoverable by the Facebook SDK.
public static final Category OTHER
TRANSIENT
Indicates that the error is transient, the request can be attempted again.
public static final Category TRANSIENT