FacebookServiceException
有此級別的更新版本。前往查看 最新版本。

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)
參數說明
errorThe error from the request
errorMessage
執行個體方法
getRequestError()

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

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