FacebookServiceException
Đã 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.

Represents an error returned from the Facebook service in response to a request.

Mở rộng:FacebookException
Gói:facebook
Xây dựng
FacebookServiceException(FacebookRequestError, String)

Constructs a new FacebookServiceException.

public FacebookServiceException(FacebookRequestError error, String errorMessage)
Thông sốMô tả
errorThe error from the request
errorMessage
Phương thức thực thể
getRequestError()

Returns an object that encapsulates complete information representing the error returned by Facebook.

public final FacebookRequestError getRequestError()
Returns
Complete information representing the error.