Home > @tridion-sites/open-api-client > ExceptionDetails
Provides details about the
Signature:
export type ExceptionDetails = {
ExceptionTypeName?: string;
InnerException?: ExceptionDetails;
LocalizedMessages?: Record<string, string>;
Message?: string;
OriginalException?: any;
StackTrace?: string;
};
References: ExceptionDetails