SFSBuddyEventBUDDY_ERROR Field |
Dispatched if an error occurs while executing a request related to the Buddy List system.
Namespace:
Sfs2X.Core
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public static readonly string BUDDY_ERROR
Field Value
Type:
StringRemarks
For example, this event is fired in response to the
AddBuddyRequest request, the
BlockBuddyRequest, etc.
The
Params object contains the following parameters:
Parameter | Description |
---|
errorMessage | (string) The message which describes the error. |
errorCode | (short) The error code. |
Examples See Also