ErrFileControl
Description:
public enum ErrFileControl
Content:
Enum values:
- ALREADY_PAUSED - A PAUSE
control was sent, but the file transfer was already paused.
- DENIED - A RESUME control was sent,
but the file transfer was paused by the other party. Only the party that paused the transfer can resume it.
- 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.
- NOT_FOUND - No file transfer with
the given file number was found for the given friend.
- NOT_PAUSED - A RESUME control was
sent, but the file transfer is running normally.
- OK - The function returned successfully.
- SENDQ - Packet queue is full.