tridion-sites-extensions-api-docs

Home > @tridion-sites/models > TranslationExceptionDetails

TranslationExceptionDetails class

Signature:

export declare class TranslationExceptionDetails

Constructors

Constructor Modifiers Description
(constructor)({ backendModel, innerException })   Constructs a new instance of the TranslationExceptionDetails class

Properties

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