ErrorCode Enumeration (Bing.Translator)
The ErrorCode Enumeration lists the error codes for The Bing Translator Control. The error codes are surfaced by the TranslatorControl.ErrorCode Property.
Published date: October 21, 2013
The ErrorCode Enumeration has the following members.
Name | Description |
|---|---|
OK | Success. |
Input_InvalidCategory | Category is invalid. Leave it blank or input a valid Category. |
Input_InvalidLanguage | Language is not supported. Use a supported language code. |
Input_InvalidAuthentication | ClientId or ClientSecret is invalid. |
Input_ExpiredToken | Your Azure Subscription token is expired. Check your subscription for more detail. |
Input_SentenceTooLong | Input sentence is too long. Use a shorter sentence. |
Internal_ServiceDisabled | Internal Error: Service is disabled. |
Internal_ServiceTemporarilyUnavailable | Internal Error: Service is temporarily unavailable. |
Internal_NoTranslationFound | Internal Error: No Translation Found. |
Input_IpOverQuota | Your IP address is over the throttling quota for using the Translator service. Try again later. |
Input_AppIdOverQuota | The appId from your Azure subscription is over the throttling quota for using the Translator service. Try again later. |
Input_IpBlackList | Your IP address has been blacklisted from the Translator service. Contact support for more details. |
Input_AppIdBlackList | The appId from your Azure subscription has been blacklisted. Contact support for more details. |
Input_OAuthInvalidSignature | Your Azure Subscription contains an invalid signature. Check your subscription for more details. |
Input_OAuthInvalidBearer | Your Azure Subscription is invalid. Check your ClientId and ClientSecret. |
Input_ADMInvalidSubscriptionState | Your Azure Subscription is in an invalid state. Check your subscription for more details. |
Input_ADMZeroBalance | Your Azure Subscription has zero balance. Check your subscription for more details. |
Input_ADMSubscriptionNotFound | Your Azure Subscription is not found. Check your subscription for more details. |
Input_InvalidFromLanguage | From Language is invalid. Use a valid language code. |
Input_InvalidToLanguage | To Language is invalid. Use a valid language code. |
Requirements
Minimum Supported Client | Windows 8.1 |
Required Extensions | Bing Translator Control |
Namespace |