Home > @tridion-sites/models > TranslationErrorDetails
Signature:
export declare class TranslationErrorDetails
Constructor | Modifiers | Description |
---|---|---|
(constructor)({ backendModel, exceptionDetails, itemSourceUri, itemTargetUri, jobUri, severity, }) | Constructs a new instance of the TranslationErrorDetails class |
Property | Modifiers | Type | Description |
---|---|---|---|
_backendModel | BackendErrorDetails | ||
exceptionDetails | TranslationExceptionDetails | undefined | Exception details for the error. | |
getInternalModel | () => BackendErrorDetails | ||
itemCurrentTargetTitle | string | undefined | Current title of the target Item, or undefined of the error is not associated with a specific target Item. |
|
itemId | string | undefined | Id of the item in TMS, or undefined if the error is not associated with a specific TMS Job. |
|
itemNewTargetTitle | string | undefined | Title the Item as it is retrieved by from the translation management system, or undefined if the error is not associated with a specific target Item. |
|
itemSourceTitle | string | undefined | Title of the source Item, or undefined if the error is not associated with a specific source Item. |
|
itemSourceUri | ItemUri | undefined | TCM URI of the source Item, or undefined if the item is not associated with a specific source item. |
|
itemTargetUri | ItemUri | undefined | TCM URI of the target Item, or undefined if the item is not associated with a specific source item. |
|
jobId | number | Id of the Translation Job, or 0 if the error is not associated with a specific job. | |
jobTitle | string | undefined | Title of the Translation Job, or undefined if the error is not associated with a specific job. |
|
jobUri | ItemUri | undefined | Id of the TMS Translation Job, or undefined if the error is not associated with a specific TMS job. |
|
severity | TranslationErrorSeverity | undefined | Severity of the error. | |
sourceLanguageId | string | undefined | Id of the source language, or undefined if the error is not associated with a specific source language. |
|
targetLanguageId | string | undefined | Id of the target language, or undefined if the error is not associated with a specific target language. |