FacebookError class

Error object from Facebook.

See https://developers.facebook.com/docs/ios/errors/.

Constructors

FacebookError({String? developerMessage, String? localizedDescription, String? localizedTitle})
FacebookError.fromMap(Map<String, dynamic> map)
factory

Properties

developerMessage String?
An error message for the developer.
final
hashCode int
The hash code for this object.
no setteroverride
localizedDescription String?
A localized user facing message, if available
final
localizedTitle String?
A localized user facing title, if available
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override