Click or drag to resize

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
C#
public static readonly string BUDDY_ERROR

Field Value

Type: String
Remarks
For example, this event is fired in response to the AddBuddyRequest request, the BlockBuddyRequest, etc.

The Params object contains the following parameters:

ParameterDescription
errorMessage(string) The message which describes the error.
errorCode(short) The error code.
Examples
See the InitBuddyListRequest example.
See Also