ErrFriendSendMessage
Description:
public enum ErrFriendSendMessage
Content:
Enum values:
- EMPTY - Attempted to send a zero
-length message.
- FRIEND_NOT_CONNECTED -
This client is currently not connected to the friend.
- FRIEND_NOT_FOUND -
The friend number did not designate a valid friend.
- NULL - One of the arguments to
the function was NULL when it was not expected.
- OK - The function returned
successfully.
- SENDQ - An allocation error
occurred while increasing the send queue size.
- TOO_LONG - Message length
exceeded MAX_MESSAGE_LENGTH.