onBuddyListError()

Availability:

SmartFoxServer Basic / Pro

Usage:

smartFox.onBuddyListError(errorMsg <String>)

Description:

The event is fired if the server could not retrieve the buddy list for the current user.

Parameters:

errorMsg   The errror message from the server

Returns:

nothing

Example:

on onBuddyListError me, errorMsg
	put errorMsg
end

See also:

onBuddyList(), onBuddyListUpdate(), onBuddyRoom()