Table of Contents

TTMSFNCWebBrowserDownloadInterruptReason Enumeration

Reason a file download was interrupted before completing.

API unit family: TMSFNCWebBrowser

Members

Name Description
dirNone No interruption; download completed or was not interrupted.
dirFileFailed File operation failed for an unspecified reason.
dirFileAccessDenied File access was denied by the operating system.
dirFileNoSpace Insufficient disk space to save the file.
dirFileNameTooLong File name exceeds the maximum length supported by the file system.
dirFileTooLarge File size exceeds a limit imposed by the file system or browser.
dirFileMalicious File was identified as malicious by the browser or security software.
dirFileTransientError Transient file error; the download may succeed if retried.
dirFileBlockedByPolicy Download was blocked by a browser or enterprise policy.
dirFileSecurityCheckFailed Security check on the downloaded file failed.
dirFileTooShort Received file is shorter than declared in the server response.
dirFileHasMismatch Downloaded file hash does not match the expected value.
dirNetworkFailed Network error of an unspecified kind.
dirNetworkTimeout Network request timed out.
dirNetworkDisconnected Network connection was lost during the download.
dirNetworkServerDown Server went offline during the download.
dirNetworkInvalidRequest Network request was invalid.
dirServerFailed Server returned a failure response.
dirServerNoRange Server does not support range requests required to resume the download.
dirServerBadContent Server returned content that could not be processed.
dirServerUnauthorized Server returned HTTP 401 Unauthorized.
dirServerCertificateProblem Server certificate problem prevented the download.
dirServerForbidden Server returned HTTP 403 Forbidden.
dirServerUnexpectedResponse Server returned an unexpected response.
dirServerContentLengthMismatch Server response length did not match the Content-Length header.
dirServerCrossOriginRedirect Server issued a cross-origin redirect that could not be followed.
dirUserCanceled User explicitly cancelled the download.
dirUserShutdown Download was interrupted because the application shut down.
dirUserPaused Download was paused by the user.
dirDownloadProcessCrashed Browser download process crashed during the download.