ErrFileSend
Description:
public enum ErrFileSend
Content:
Enum values:
- FRIEND_NOT_CONNECTED -
This client is currently not connected to the friend.
- FRIEND_NOT_FOUND - The
friend_number passed did not designate a valid friend.
- NAME_TOO_LONG - Filename length
exceeded MAX_FILENAME_LENGTH bytes.
- NULL - One of the arguments to the
function was NULL when it was not expected.
- OK - The function returned successfully.
- TOO_MANY - Too many ongoing transfers.
The maximum number of concurrent file transfers is 256 per friend per direction (sending and receiving).