Click or drag to resize

SFSEventINVITATION_REPLY_ERROR Field

Dispatched when an error occurs while the current user is sending a reply to an invitation he received.

Namespace:  Sfs2X.Core
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public static readonly string INVITATION_REPLY_ERROR

Field Value

Type: String
Remarks
This event is fired in response to the InvitationReplyRequest request in case the operation failed.

The Params object contains the following parameters:

ParameterDescription
errorMessage(string) A message containing the description of the error.
errorCode(short) The error code.
Examples
See the InvitationReplyRequest example.
See Also