URL Moniker Error Codes

This topic lists the error codes exposed by URL monikers. The list is sorted alphabetically by name.

Constant/value Description
INET_E_AUTHENTICATION_REQUIRED 0x800C0009

Authentication is needed to access the object.

INET_E_BLOCKED_REDIRECT_XSECURITYID 0x800C001B

Internet Explorer 8. A redirect request was blocked because SIDs do not match and BINDF2_DISABLE_HTTP_REDIRECT_XSECURITYID is set in bind options.

INET_E_CANNOT_CONNECT 0x800C0004

The attempt to connect to the Internet has failed.

INET_E_CANNOT_INSTANTIATE_OBJECT 0x800C0010

CoCreateInstance failed.

INET_E_CANNOT_LOAD_DATA 0x800C000F

The object could not be loaded.

INET_E_CANNOT_LOCK_REQUEST 0x800C0016

The requested resource could not be locked.

INET_E_CANNOT_REPLACE_SFP_FILE 0x800C0300

Cannot replace a file that is protected by SFP.

INET_E_CODE_DOWNLOAD_DECLINED 0x800C0100

The component download was declined by the user.

INET_E_CODE_INSTALL_SUPPRESSED 0x800C0400

Internet Explorer 6 for Windows XP SP2 and later. The Authenticode prompt for installing a ActiveX control was not shown because the page restricts the installation of the ActiveX controls. The usual cause is that the Information Bar is shown instead of the Authenticode prompt.

INET_E_CODE_INSTALL_BLOCKED_BY_HASH_POLICY 0x800C0500

Internet Explorer 6 for Windows XP SP2 and later. Installation of ActiveX control (as identified by cryptographic file hash) has been disallowed by registry key policy.

INET_E_CONNECTION_TIMEOUT 0x800C000B

The Internet connection has timed out.

INET_E_DATA_NOT_AVAILABLE 0x800C0007

An Internet connection was established, but the data cannot be retrieved.

INET_E_DEFAULT_ACTION 0x800C0011

Use the default security manager for this action. A custom security manager should only process input that is both valid and specific to itself and return INET_E_DEFAULT_ACTION for all other methods or URL actions.

INET_E_DOWNLOAD_BLOCKED_BY_INPRIVATE 0x800C0501

Internet Explorer 8 and later. The download was not permitted due to a private browsing session. InPrivate Browsing prevents Internet Explorer from storing data about the browsing session, such as cookies, temporary files, and history.

INET_E_DOWNLOAD_FAILURE 0x800C0008

The download has failed (the connection was interrupted).

INET_E_ERROR_FIRST 0x800C0002

The lowest allowed value for an URL moniker error code.

INET_E_ERROR_LAST 0x800C0501

The highest allowed value for an URL moniker error code.

INET_E_INVALID_CERTIFICATE 0x800C0019

The SSL certificate is invalid.

INET_E_INVALID_REQUEST 0x800C000C

The request was invalid.

INET_E_INVALID_URL 0x800C0002

The URL could not be parsed.

INET_E_NO_SESSION 0x800C0003

No Internet session was established.

INET_E_NO_VALID_MEDIA 0x800C000A

The object is not in one of the acceptable MIME types.

INET_E_OBJECT_NOT_FOUND 0x800C0006

The object was not found.

INET_E_QUERYOPTION_UNKNOWN 0x800C0013

The requested option is unknown. (See IInternetProtocolInfo::QueryInfo.)

INET_E_REDIRECT_FAILED 0x800C0014

WinInet cannot redirect. This error code might also be returned by a custom protocol handler.

INET_E_REDIRECT_TO_DIR 0x800C0015

The request is being redirected to a directory.

INET_E_REDIRECTING 0x800C0014

The request is being redirected. (Pass this value to IInternetProtocolSink::ReportResult.)

INET_E_RESERVED_1 0x800C001A

Internet Explorer 8. Reserved. Do not use.

INET_E_RESOURCE_NOT_FOUND 0x800C0005

The server or proxy was not found.

INET_E_RESULT_DISPATCHED 0x800C0200

The binding has already been completed and the result has been dispatched, so your abort call has been canceled.

INET_E_SECURITY_PROBLEM 0x800C000E

A security problem was encountered, related to one of the following Win32 Error Messages:

INET_E_TERMINATED_BIND 0x800C0018

Binding was terminated. (See IBinding::GetBindResult.)

INET_E_UNKNOWN_PROTOCOL 0x800C000D

The protocol is not known and no pluggable protocols have been entered that match.

INET_E_USE_DEFAULT_PROTOCOLHANDLER 0x800C0011

Use the default protocol handler. (See IInternetProtocolRoot::Start.)

INET_E_USE_DEFAULT_SETTING 0x800C0012

Use the default settings. (See IInternetBindInfo::GetBindString.)

INET_E_USE_EXTEND_BINDING 0x800C0017

(Microsoft internal.) Reissue request with extended binding.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Product

Internet Explorer 4.0

Header

Urlmon.h