| 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.
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.
Diagnostic interpretation
This result has the HRESULT value 0x803D0009. AllStat records the condition as “The information was not available in the specified language.”.
Evidence to capture
- Capture any IErrorInfo text, activity identifier, event-log entry, and subsystem trace that mentions this result or the ws / translation / available operation.
- check the documented return contract of the specific API because the same HRESULT can require different recovery in different interfaces.
Retry and recovery
” has changed.
Looking for a different code? Search another status or error code.