SFSEventROOM_CREATION_ERROR Field |
Dispatched if an error occurs while creating a new Room.
Namespace:
Sfs2X.Core
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntaxpublic static readonly string ROOM_CREATION_ERROR
Field Value
Type:
String
Remarks
This event is fired in response to the
CreateRoomRequest and
CreateSFSGameRequest requests in case the operation failed.
The
Params object contains the following parameters:
Parameter | Description |
---|
errorMessage | (string) A message containing the description of the error. |
errorCode | (short) The error code. |
Examples
See Also