| Previous | Next |
| INET_E_OBJECT_NOT_FOUND | INET_E_DOWNLOAD_FAILURE |
INET_E_DATA_NOT_AVAILABLE
INET_E_DATA_NOT_AVAILABLE is a URL Moniker HRESULT. It means that a connection or resource was available, but the protocol handler could not retrieve usable data for the requested operation. The response may be empty, incomplete, unavailable in cache or not exposed in the requested representation.
What to check
- Inspect the response status, content length, content type and any cache directives.
- Verify that the server has published the expected representation and that required data is not conditional on authentication or request headers.
- Handle an empty or unavailable optional payload separately from a connection failure.
Looking for a different code? Search another status or error code.