What does HRESULT 0x8019019A (HTTP_E_STATUS_GONE) mean?

 
Previous Next
HTTP_E_STATUS_CONFLICT HTTP_E_STATUS_LENGTH_REQUIRED

HTTP_E_STATUS_GONE

HTTP_E_STATUS_GONE maps to HTTP 410 Gone. The server indicates that access to the target resource is no longer available and is likely to be permanent.

What to do for HTTP_E_STATUS_GONE

  • Update clients, links, manifests, or configuration that still reference the old URI.
  • Check service migration and deprecation notices for the replacement resource or API version.
  • Unlike 404, 410 is intended to help clients and caches stop retrying a resource that has deliberately been removed.

RFC 9110: 410 Gone

Diagnostic interpretation

This result has the HRESULT value 0x8019019A. AllStat records the condition as “Gone (410).”.

Evidence to capture

  • Capture any IErrorInfo text, activity identifier, event-log entry, and subsystem trace that mentions this result or the gone operation.
  • Preserve the first failure in the call chain; a later HRESULT can describe cleanup rather than the original gone condition.

Retry and recovery

” has changed.


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