Home > @tridion-sites/models > TranslationExceptionDetails
Signature:
export declare class TranslationExceptionDetails
Constructor | Modifiers | Description |
---|---|---|
(constructor)({ backendModel, innerException }) | Constructs a new instance of the TranslationExceptionDetails class |
Property | Modifiers | Type | Description |
---|---|---|---|
_backendModel | BackendTranslationExceptionDetails | ||
exceptionTypeName | string | undefined | ||
getInternalModel | () => BackendTranslationExceptionDetails | ||
innerException | TranslationExceptionDetails | undefined | ||
localizedMessages | Record<string, string> | undefined | ||
message | string | undefined | ||
originalException | any | undefined | ||
stackTrace | string | undefined |