DialogError
Diese Klasse ist in der neuesten Version des SDKs nicht mehr verfügbar.
Es ist eine neuere Version dieser Klasse verfügbar. Sieh sie dir an mit der aktuellsten 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.

Erweiterungen:Throwable
Package:android
Konstruktoren
DialogError(String, int, String)
public DialogError(String message, int errorCode, String failingUrl)
ParameterBeschreibung
message
errorCode
failingUrl
Instance-Methoden
getErrorCode()
public int getErrorCode()
getFailingUrl()
public String getFailingUrl()