tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > ExceptionDetails

ExceptionDetails type

Provides details about the that caused the error reported in the

Signature:

export type ExceptionDetails = {
    ExceptionTypeName?: string;
    InnerException?: ExceptionDetails;
    LocalizedMessages?: Record<string, string>;
    Message?: string;
    OriginalException?: any;
    StackTrace?: string;
};

References: ExceptionDetails