Enum anjay_download_result
Defined in File download.h
Enum Documentation
-
enum anjay_download_result
Values:
-
enumerator ANJAY_DOWNLOAD_FINISHED
Download finished successfully.
-
enumerator ANJAY_DOWNLOAD_ERR_FAILED
Download failed due to a local failure or a network error.
-
enumerator ANJAY_DOWNLOAD_ERR_INVALID_RESPONSE
The remote server responded in a way that is permitted by the protocol, but does not indicate a success (e.g. a 4xx or 5xx HTTP status).
-
enumerator ANJAY_DOWNLOAD_ERR_EXPIRED
Downloaded resource changed while transfer was in progress.
-
enumerator ANJAY_DOWNLOAD_ERR_ABORTED
Download was aborted by calling anjay_download_abort .
-
enumerator ANJAY_DOWNLOAD_FINISHED