What does HRESULT 0x803D0009 (WS_E_NO_TRANSLATION_AVAILABLE) mean?

 
Previous Next
WS_E_QUOTA_EXCEEDED WS_E_SECURITY_VERIFICATION_FAILURE

WS_E_NO_TRANSLATION_AVAILABLE

WS_E_NO_TRANSLATION_AVAILABLE is a Windows Web Services API HRESULT. It means that the framework could not provide localized error information for the requested language identifier.

Diagnostic discriminator: Request the same error information using a supported fallback language. If the HRESULT remains actionable while localized text becomes available, the problem is language-resource translation, not the request endpoint or network transport.

What to check for WS_E_NO_TRANSLATION_AVAILABLE

  • Check the requested language identifier and any language-specific error-information settings.
  • Use the HRESULT, API diagnostics and a fallback language for reliable programmatic handling.
  • Do not make recovery logic depend only on localized message text.

Microsoft documentation


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