DialogError
This class is no longer available in the most recent version of the SDK.
A more recent version of this class is available. Check out the latest version.

Encapsulation of Dialog Error.

THIS CLASS SHOULD BE CONSIDERED DEPRECATED.

All public members of this class are intentionally deprecated. New code should instead use FacebookException

Adding @Deprecated to this class causes warnings in other deprecated classes that reference this one. That is the only reason this entire class is not deprecated.

Extends:Throwable
Package:android
Constructors
DialogError(String, int, String)
public DialogError(String message, int errorCode, String failingUrl)
ParameterDescription
message
errorCode
failingUrl
Instance Methods
getErrorCode()
public int getErrorCode()
getFailingUrl()
public String getFailingUrl()