+// //
+// //
+// //
+// //
+// //
+// //
+
+// //
+
+// //
+// //
+// // ${assets.messageIcon}
+// //
+// // ${unsafeHTML(
+// // this.errorPayload['message'],
+// // )}
+// //
+
+// //
+// // ${assets.hintIcon}
+// // ${this.errorPayload.hint}
+// //
+// //
+
+// //
+// //
+
+// // ${this.errorPayload.highlightedCode
+// // ? html`
+// // ${unsafeHTML(this.errorPayload.highlightedCode)}
+// //
`
+// // : null}
+// //
+
+// //
+// // Stack Trace
+// // ${this.errorPayload['stack']}
+// //
+
+// // ${this.errorPayload.cause
+// // ? html`
+// //
+// // Cause
+// // ${this.errorPayload.cause}
+// // `
+// // : null}
+// //