${this.errorMessage}
${this.errorResponse
? html`
${this.errorResponse}
${this.errorResponseLong
? html`
${this.isExpanded ? 'View Less' : 'View More'}
`:``}
`
: ``}
${this.errorResponseLong}
`;
}
}
declare global {
interface HTMLElementTagNameMap {
'nile-error-message': NileErrorMessage;
}
}