Represents an issue that's returned by the Graph API.
Mở rộng: | FacebookException |
Gói: | facebook |
FacebookGraphResponseException(GraphResponse, String)
Constructs a new FacebookGraphResponseException.
public FacebookGraphResponseException(GraphResponse graphResponse, String errorMessage)
Thông số | Mô tả |
---|---|
graphResponse | The graph response with issue. |
errorMessage | The error message. |
getGraphResponse()
Getter for the graph response with the issue.
public final GraphResponse getGraphResponse()