What does HRESULT 0x80072EFC (WININET_E_ITEM_NOT_FOUND) mean?

 
Previous Next
WININET_E_INCORRECT_FORMAT WININET_E_CANNOT_CONNECT

WININET_E_ITEM_NOT_FOUND

WININET_E_ITEM_NOT_FOUND is a WinINet HRESULT. It means that WinINet could not locate the requested item, such as a header, cache entry, configuration object, or other named resource in the context of the operation.

What to check

  • Identify the item type and query parameters used by the failing call.
  • Treat an absent optional item as a separate condition rather than reporting it as a connection failure.
  • Check casing, scope, cache state and request-response ordering when a header or cache object is expected to exist.

Microsoft: WinINet overview


Looking for a different code? Search another status or error code.