ErrFileSendChunk
Description:
public enum ErrFileSendChunk
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.
- INVALID_LENGTH - Attempted
to send more or less data than requested. The requested data size is adjusted according to maximum transmission unit and the expected
end of the file. Trying to send less or more than requested will return this error.
- NOT_FOUND - No file transfer
with the given file number was found for the given friend.
- NOT_TRANSFERRING - File
transfer was found but isn't in a transferring state: (paused, done, broken, etc...) (happens only when not called from the request
chunk callback).
- NULL - The length parameter was non-
zero, but data was NULL.
- OK - The function returned
successfully.
- SENDQ - Packet queue is full.
- WRONG_POSITION - Position
parameter was wrong.