TranslationResult Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum TranslationResult
type TranslationResult =
Public Enum TranslationResult
- Inheritance
-
TranslationResult
Fields
Name | Value | Description |
---|---|---|
UnknownFailure | -1 | |
Succeeded | 0 | |
InputFileNotFound | 1 | |
UnauthorizedAccessToInputFile | 2 | |
InputFileUserTokenExpired | 3 | |
UnauthorizedAccessToOutputFile | 4 | |
OutputFileUserTokenExpired | 5 | |
InputFileReadError | 6 | |
OutputFileWriteError | 7 | |
NotAssignedToWorker | 8 | |
WorkerFailed | 9 | |
Timeout | 10 | |
SyncTranslationLimitExceeded | 11 | |
SyncTranslationDisabled | 12 | |
OutputFileReadOnly | 13 | |
InputFileTooLarge | 14 | |
InputFileTooLong | 15 | |
InputFileCorrupt | 16 | |
InputFileIRMProtected | 17 | |
InputFileEncrypted | 18 | |
InputFileTypeBlocked | 19 | |
InputFileTypeNotSupported | 20 | |
InputFileHasActiveXControls | 21 | |
InputFileCannotBeTranslated | 22 | |
TranslationServiceUnavailable | 23 |