COREWEBVIEW2_DOWNLOAD_INTERRUPT_REASON_NONE

Reason why a download was interrupted.

Values

ValueMeaning
COREWEBVIEW2_DOWNLOAD_INTERRUPT_REASON_NONE
COREWEBVIEW2_DOWNLOAD_INTERRUPT_REASON_FILE_FAILED

Generic file error.

COREWEBVIEW2_DOWNLOAD_INTERRUPT_REASON_FILE_ACCESS_DENIED

Access denied due to security restrictions.

COREWEBVIEW2_DOWNLOAD_INTERRUPT_REASON_FILE_NO_SPACE

Disk full. User should free some space or choose a different location to store the file.

COREWEBVIEW2_DOWNLOAD_INTERRUPT_REASON_FILE_NAME_TOO_LONG

Result file path with file name is too long.

COREWEBVIEW2_DOWNLOAD_INTERRUPT_REASON_FILE_TOO_LARGE

File is too large for file system.

COREWEBVIEW2_DOWNLOAD_INTERRUPT_REASON_FILE_MALICIOUS

Microsoft Defender Smartscreen detected a virus in the file.

COREWEBVIEW2_DOWNLOAD_INTERRUPT_REASON_FILE_TRANSIENT_ERROR

File was in use, too many files opened, or out of memory.

COREWEBVIEW2_DOWNLOAD_INTERRUPT_REASON_FILE_BLOCKED_BY_POLICY

File blocked by local policy.

COREWEBVIEW2_DOWNLOAD_INTERRUPT_REASON_FILE_SECURITY_CHECK_FAILED

Security check failed unexpectedly. Microsoft Defender SmartScreen could not scan this file.

COREWEBVIEW2_DOWNLOAD_INTERRUPT_REASON_FILE_TOO_SHORT

Seeking past the end of a file in opening a file, as part of resuming an interrupted download. The file did not exist or was not as large as expected. Partially downloaded file was truncated or deleted, and download will be restarted automatically.

COREWEBVIEW2_DOWNLOAD_INTERRUPT_REASON_FILE_HASH_MISMATCH

Partial file did not match the expected hash and was deleted. Download will be restarted automatically.

COREWEBVIEW2_DOWNLOAD_INTERRUPT_REASON_NETWORK_FAILED

Generic network error. User can retry the download manually.

COREWEBVIEW2_DOWNLOAD_INTERRUPT_REASON_NETWORK_TIMEOUT

Network operation timed out.

COREWEBVIEW2_DOWNLOAD_INTERRUPT_REASON_NETWORK_DISCONNECTED

Network connection lost. User can retry the download manually.

COREWEBVIEW2_DOWNLOAD_INTERRUPT_REASON_NETWORK_SERVER_DOWN

Server has gone down. User can retry the download manually.

COREWEBVIEW2_DOWNLOAD_INTERRUPT_REASON_NETWORK_INVALID_REQUEST

Network request invalid because original or redirected URI is invalid, has an unsupported scheme, or is disallowed by network policy.

COREWEBVIEW2_DOWNLOAD_INTERRUPT_REASON_SERVER_FAILED

Generic server error. User can retry the download manually.

COREWEBVIEW2_DOWNLOAD_INTERRUPT_REASON_SERVER_NO_RANGE

Server does not support range requests.

COREWEBVIEW2_DOWNLOAD_INTERRUPT_REASON_SERVER_BAD_CONTENT

Server does not have the requested data.

COREWEBVIEW2_DOWNLOAD_INTERRUPT_REASON_SERVER_UNAUTHORIZED

Server did not authorize access to resource.

COREWEBVIEW2_DOWNLOAD_INTERRUPT_REASON_SERVER_CERTIFICATE_PROBLEM

Server certificate problem.

COREWEBVIEW2_DOWNLOAD_INTERRUPT_REASON_SERVER_FORBIDDEN

Server access forbidden.

COREWEBVIEW2_DOWNLOAD_INTERRUPT_REASON_SERVER_UNEXPECTED_RESPONSE

Unexpected server response. Responding server may not be intended server. User can retry the download manually.

COREWEBVIEW2_DOWNLOAD_INTERRUPT_REASON_SERVER_CONTENT_LENGTH_MISMATCH

Server sent fewer bytes than the Content-Length header. Content-length header may be invalid or connection may have closed. Download is treated as complete unless there are strong validators present to interrupt the download.

COREWEBVIEW2_DOWNLOAD_INTERRUPT_REASON_SERVER_CROSS_ORIGIN_REDIRECT

Unexpected cross-origin redirect.

COREWEBVIEW2_DOWNLOAD_INTERRUPT_REASON_USER_CANCELED

User canceled the download.

COREWEBVIEW2_DOWNLOAD_INTERRUPT_REASON_USER_SHUTDOWN

User shut down the WebView. Resuming downloads that were interrupted during shutdown is not yet supported.

COREWEBVIEW2_DOWNLOAD_INTERRUPT_REASON_USER_PAUSED

User paused the download.

COREWEBVIEW2_DOWNLOAD_INTERRUPT_REASON_DOWNLOAD_PROCESS_CRASHED

WebView crashed.

Meta