Represents an error returned from the Facebook service in response to a request.
扩展: | FacebookException |
应用安装包: | facebook |
FacebookServiceException(FacebookRequestError, String)
Constructs a new FacebookServiceException.
public FacebookServiceException(FacebookRequestError error, String errorMessage)
参数 | 描述 |
---|---|
error | The error from the request |
errorMessage |
getRequestError()
Returns an object that encapsulates complete information representing the error returned by Facebook.
public final FacebookRequestError getRequestError()