@genesislcap/foundation-errors 9.0.1-alpha-b5c5eb7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (176) hide show
  1. package/README.md +5 -0
  2. package/dist/1.0.0.remoteEntry.js +1 -0
  3. package/dist/145.145.25912f2c12344fb25e16.js +2 -0
  4. package/dist/145.e7ed8da0367f1288ec24cf6472d1f047.js.map +1 -0
  5. package/dist/191.191.da8a5884febca6f1a439.js +2 -0
  6. package/dist/191.efd2fea1a42a47cddbf6e6ab15fbf2bb.js.map +1 -0
  7. package/dist/366.366.82702b77300a9353fc87.js +2 -0
  8. package/dist/366.a181180b871f72ff9f4ad3e3f3ea3734.js.map +1 -0
  9. package/dist/755.62d9698f4e62142b980949b517fded3f.js.map +1 -0
  10. package/dist/755.755.f8db61516204a76477a8.js +2 -0
  11. package/dist/dashboard.json +1 -0
  12. package/dist/dts/banner/error-banner-builder.d.ts +10 -0
  13. package/dist/dts/banner/error-banner-builder.d.ts.map +1 -0
  14. package/dist/dts/banner/index.d.ts +2 -0
  15. package/dist/dts/banner/index.d.ts.map +1 -0
  16. package/dist/dts/dialog/error-dialog-builder.d.ts +10 -0
  17. package/dist/dts/dialog/error-dialog-builder.d.ts.map +1 -0
  18. package/dist/dts/dialog/error-dialog-launcher.d.ts +10 -0
  19. package/dist/dts/dialog/error-dialog-launcher.d.ts.map +1 -0
  20. package/dist/dts/dialog/index.d.ts +3 -0
  21. package/dist/dts/dialog/index.d.ts.map +1 -0
  22. package/dist/dts/error-builder.d.ts +23 -0
  23. package/dist/dts/error-builder.d.ts.map +1 -0
  24. package/dist/dts/error-launcher.d.ts +10 -0
  25. package/dist/dts/error-launcher.d.ts.map +1 -0
  26. package/dist/dts/error-util.d.ts +25 -0
  27. package/dist/dts/error-util.d.ts.map +1 -0
  28. package/dist/dts/index.d.ts +9 -0
  29. package/dist/dts/index.d.ts.map +1 -0
  30. package/dist/dts/index.federated.d.ts +1 -0
  31. package/dist/dts/index.federated.d.ts.map +1 -0
  32. package/dist/dts/logger.d.ts +2 -0
  33. package/dist/dts/logger.d.ts.map +1 -0
  34. package/dist/dts/notification/index.d.ts +3 -0
  35. package/dist/dts/notification/index.d.ts.map +1 -0
  36. package/dist/dts/notification/notification-builder.d.ts +12 -0
  37. package/dist/dts/notification/notification-builder.d.ts.map +1 -0
  38. package/dist/dts/notification/notification-launcher.d.ts +10 -0
  39. package/dist/dts/notification/notification-launcher.d.ts.map +1 -0
  40. package/dist/dts/snackbar/index.d.ts +3 -0
  41. package/dist/dts/snackbar/index.d.ts.map +1 -0
  42. package/dist/dts/snackbar/snackbar-builder.d.ts +27 -0
  43. package/dist/dts/snackbar/snackbar-builder.d.ts.map +1 -0
  44. package/dist/dts/snackbar/snackbar-launcher.d.ts +10 -0
  45. package/dist/dts/snackbar/snackbar-launcher.d.ts.map +1 -0
  46. package/dist/dts/tsdoc-metadata.json +11 -0
  47. package/dist/dts/types.d.ts +52 -0
  48. package/dist/dts/types.d.ts.map +1 -0
  49. package/dist/esm/banner/error-banner-builder.js +25 -0
  50. package/dist/esm/banner/error-banner-builder.js.map +1 -0
  51. package/dist/esm/banner/index.js +2 -0
  52. package/dist/esm/banner/index.js.map +1 -0
  53. package/dist/esm/dialog/error-dialog-builder.js +25 -0
  54. package/dist/esm/dialog/error-dialog-builder.js.map +1 -0
  55. package/dist/esm/dialog/error-dialog-launcher.js +17 -0
  56. package/dist/esm/dialog/error-dialog-launcher.js.map +1 -0
  57. package/dist/esm/dialog/index.js +3 -0
  58. package/dist/esm/dialog/index.js.map +1 -0
  59. package/dist/esm/error-builder.js +74 -0
  60. package/dist/esm/error-builder.js.map +1 -0
  61. package/dist/esm/error-launcher.js +34 -0
  62. package/dist/esm/error-launcher.js.map +1 -0
  63. package/dist/esm/error-util.js +43 -0
  64. package/dist/esm/error-util.js.map +1 -0
  65. package/dist/esm/index.federated.js +2 -0
  66. package/dist/esm/index.federated.js.map +1 -0
  67. package/dist/esm/index.js +9 -0
  68. package/dist/esm/index.js.map +1 -0
  69. package/dist/esm/logger.js +3 -0
  70. package/dist/esm/logger.js.map +1 -0
  71. package/dist/esm/notification/index.js +3 -0
  72. package/dist/esm/notification/index.js.map +1 -0
  73. package/dist/esm/notification/notification-builder.js +29 -0
  74. package/dist/esm/notification/notification-builder.js.map +1 -0
  75. package/dist/esm/notification/notification-launcher.js +40 -0
  76. package/dist/esm/notification/notification-launcher.js.map +1 -0
  77. package/dist/esm/snackbar/index.js +3 -0
  78. package/dist/esm/snackbar/index.js.map +1 -0
  79. package/dist/esm/snackbar/snackbar-builder.js +42 -0
  80. package/dist/esm/snackbar/snackbar-builder.js.map +1 -0
  81. package/dist/esm/snackbar/snackbar-launcher.js +16 -0
  82. package/dist/esm/snackbar/snackbar-launcher.js.map +1 -0
  83. package/dist/esm/types.js +5 -0
  84. package/dist/esm/types.js.map +1 -0
  85. package/dist/favicon.ico +0 -0
  86. package/dist/foundation-errors.api.json +2483 -0
  87. package/dist/foundation-errors.d.ts +205 -0
  88. package/dist/foundation-errors.iife.min.js +1 -0
  89. package/dist/foundation-errors.js +1240 -0
  90. package/dist/foundation-errors.min.js +1 -0
  91. package/dist/foundationErrors.3332a181471a7c01e0521b713cbe35e9.js.map +1 -0
  92. package/dist/index.ejs +23 -0
  93. package/dist/index.html +10 -0
  94. package/dist/info.ejs +13 -0
  95. package/dist/info.html +14 -0
  96. package/dist/main.5ba41fdd245152fbed9605c3b9e25cee.js.map +1 -0
  97. package/dist/main.729daae38fba054a7206.js +2 -0
  98. package/dist/npm.consola.713.6bcc5abc1500250af5f5.js +2 -0
  99. package/dist/npm.consola.de429dd64b8dd7d3424e047e422d6ee1.js.map +1 -0
  100. package/dist/npm.microsoft.127.821cbcff47e0a34e88c9.js +3 -0
  101. package/dist/npm.microsoft.127.821cbcff47e0a34e88c9.js.LICENSE.txt +14 -0
  102. package/dist/npm.microsoft.4ae729aafa2e074df718ae9a73d16fa1.js.map +1 -0
  103. package/dist/remoteEntry.js +2 -0
  104. package/dist/serve.json +3 -0
  105. package/docs/api/foundation-errors.confirmingaction.action.md +11 -0
  106. package/docs/api/foundation-errors.confirmingaction.label.md +11 -0
  107. package/docs/api/foundation-errors.confirmingaction.md +19 -0
  108. package/docs/api/foundation-errors.dismissingaction.action.md +11 -0
  109. package/docs/api/foundation-errors.dismissingaction.label.md +11 -0
  110. package/docs/api/foundation-errors.dismissingaction.md +19 -0
  111. package/docs/api/foundation-errors.errorbanner.confirmingactions.md +11 -0
  112. package/docs/api/foundation-errors.errorbanner.dismissingaction.md +11 -0
  113. package/docs/api/foundation-errors.errorbanner.md +19 -0
  114. package/docs/api/foundation-errors.errorbannerbuilder.build.md +15 -0
  115. package/docs/api/foundation-errors.errorbannerbuilder.md +20 -0
  116. package/docs/api/foundation-errors.errorbannerbuilder.withconfirmingaction.md +22 -0
  117. package/docs/api/foundation-errors.errorbannerbuilder.withdismissingaction.md +22 -0
  118. package/docs/api/foundation-errors.errorboundaryevent.md +18 -0
  119. package/docs/api/foundation-errors.errorbuilder.build.md +15 -0
  120. package/docs/api/foundation-errors.errorbuilder.md +26 -0
  121. package/docs/api/foundation-errors.errorbuilder.withalert.md +22 -0
  122. package/docs/api/foundation-errors.errorbuilder.withbanner.md +22 -0
  123. package/docs/api/foundation-errors.errorbuilder.withdialog.md +22 -0
  124. package/docs/api/foundation-errors.errorbuilder.witherrordetails.md +22 -0
  125. package/docs/api/foundation-errors.errorbuilder.withloglevel.md +22 -0
  126. package/docs/api/foundation-errors.errorbuilder.withnotification.md +22 -0
  127. package/docs/api/foundation-errors.errorbuilder.withsnackbar.md +22 -0
  128. package/docs/api/foundation-errors.errorbuilder.withtitle.md +22 -0
  129. package/docs/api/foundation-errors.errordialog.confirmingactions.md +11 -0
  130. package/docs/api/foundation-errors.errordialog.dismissingaction.md +11 -0
  131. package/docs/api/foundation-errors.errordialog.md +19 -0
  132. package/docs/api/foundation-errors.errordialogbuilder.build.md +15 -0
  133. package/docs/api/foundation-errors.errordialogbuilder.md +20 -0
  134. package/docs/api/foundation-errors.errordialogbuilder.withconfirmingaction.md +22 -0
  135. package/docs/api/foundation-errors.errordialogbuilder.withdismissingaction.md +22 -0
  136. package/docs/api/foundation-errors.errordialogelement.md +15 -0
  137. package/docs/api/foundation-errors.errorelement.md +15 -0
  138. package/docs/api/foundation-errors.errornotification.autoclose.md +11 -0
  139. package/docs/api/foundation-errors.errornotification.closetimeout.md +11 -0
  140. package/docs/api/foundation-errors.errornotification.md +20 -0
  141. package/docs/api/foundation-errors.errornotification.type.md +11 -0
  142. package/docs/api/foundation-errors.errorstructure.config.md +18 -0
  143. package/docs/api/foundation-errors.errorstructure.errordetails.md +11 -0
  144. package/docs/api/foundation-errors.errorstructure.loglevel.md +11 -0
  145. package/docs/api/foundation-errors.errorstructure.md +21 -0
  146. package/docs/api/foundation-errors.errorstructure.title.md +11 -0
  147. package/docs/api/foundation-errors.geterrorbannerbuilder.md +11 -0
  148. package/docs/api/foundation-errors.geterrorbuilder.md +11 -0
  149. package/docs/api/foundation-errors.geterrorcontainer.md +13 -0
  150. package/docs/api/foundation-errors.geterrordetails.md +13 -0
  151. package/docs/api/foundation-errors.geterrordialogbuilder.md +11 -0
  152. package/docs/api/foundation-errors.getloglevel.md +13 -0
  153. package/docs/api/foundation-errors.getnotificationbuilder.md +11 -0
  154. package/docs/api/foundation-errors.getsnackbarbuilder.md +11 -0
  155. package/docs/api/foundation-errors.md +58 -0
  156. package/docs/api/foundation-errors.notificationbuilder.build.md +15 -0
  157. package/docs/api/foundation-errors.notificationbuilder.md +21 -0
  158. package/docs/api/foundation-errors.notificationbuilder.withautoclose.md +22 -0
  159. package/docs/api/foundation-errors.notificationbuilder.withclosetimeout.md +22 -0
  160. package/docs/api/foundation-errors.notificationbuilder.withtype.md +22 -0
  161. package/docs/api/foundation-errors.showdialog.md +13 -0
  162. package/docs/api/foundation-errors.showerror.md +13 -0
  163. package/docs/api/foundation-errors.shownotification.md +13 -0
  164. package/docs/api/foundation-errors.showsnackbar.md +13 -0
  165. package/docs/api/foundation-errors.snackbar.confirmingactions.md +11 -0
  166. package/docs/api/foundation-errors.snackbar.md +19 -0
  167. package/docs/api/foundation-errors.snackbar.type.md +11 -0
  168. package/docs/api/foundation-errors.snackbarbuilder.build.md +19 -0
  169. package/docs/api/foundation-errors.snackbarbuilder.md +20 -0
  170. package/docs/api/foundation-errors.snackbarbuilder.withconfirmingaction.md +25 -0
  171. package/docs/api/foundation-errors.snackbarbuilder.withtype.md +25 -0
  172. package/docs/api/index.md +12 -0
  173. package/docs/api-report.md +193 -0
  174. package/jsdom.setup.ts +1 -0
  175. package/license.txt +46 -0
  176. package/package.json +101 -0
@@ -0,0 +1,2 @@
1
+ var foundationErrors;(()=>{"use strict";var e,r,t,n,o,a,i,l,s,f,u,d,c={451:(e,r,t)=>{var n={"./index":()=>t.e(755).then((()=>()=>t(755)))},o=(e,r)=>(t.R=r,r=t.o(n,e)?n[e]():Promise.resolve().then((()=>{throw new Error('Module "'+e+'" does not exist in container.')})),t.R=void 0,r),a=(e,r)=>{if(t.S){var n=t.S.default,o="default";if(n&&n!==e)throw new Error("Container initialization failed as it has already been initialized with a different share scope");return t.S[o]=e,t.I(o,r)}};t.d(r,{get:()=>o,init:()=>a})}},p={};function h(e){var r=p[e];if(void 0!==r)return r.exports;var t=p[e]={exports:{}},n=!0;try{c[e].call(t.exports,t,t.exports,h),n=!1}finally{n&&delete p[e]}return t.exports}h.m=c,h.c=p,e=[],h.O=(r,t,n,o)=>{if(!t){var a=1/0;for(f=0;f<e.length;f++){for(var[t,n,o]=e[f],i=!0,l=0;l<t.length;l++)(!1&o||a>=o)&&Object.keys(h.O).every((e=>h.O[e](t[l])))?t.splice(l--,1):(i=!1,o<a&&(a=o));if(i){e.splice(f--,1);var s=n();void 0!==s&&(r=s)}}return r}o=o||0;for(var f=e.length;f>0&&e[f-1][2]>o;f--)e[f]=e[f-1];e[f]=[t,n,o]},h.d=(e,r)=>{for(var t in r)h.o(r,t)&&!h.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},h.f={},h.e=e=>Promise.all(Object.keys(h.f).reduce(((r,t)=>(h.f[t](e,r),r)),[])),h.u=e=>(({127:"npm.microsoft",713:"npm.consola"}[e]||e)+"."+e+"."+{127:"821cbcff47e0a34e88c9",145:"25912f2c12344fb25e16",191:"da8a5884febca6f1a439",366:"82702b77300a9353fc87",713:"6bcc5abc1500250af5f5",755:"f8db61516204a76477a8"}[e]+".js"),h.miniCssF=e=>{},h.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),r={},t="@genesislcap/foundation-errors:",h.l=(e,n,o,a)=>{if(r[e])r[e].push(n);else{var i,l;if(void 0!==o)for(var s=document.getElementsByTagName("script"),f=0;f<s.length;f++){var u=s[f];if(u.getAttribute("src")==e||u.getAttribute("data-webpack")==t+o){i=u;break}}i||(l=!0,(i=document.createElement("script")).charset="utf-8",i.timeout=120,h.nc&&i.setAttribute("nonce",h.nc),i.setAttribute("data-webpack",t+o),i.src=e),r[e]=[n];var d=(t,n)=>{i.onerror=i.onload=null,clearTimeout(c);var o=r[e];if(delete r[e],i.parentNode&&i.parentNode.removeChild(i),o&&o.forEach((e=>e(n))),t)return t(n)},c=setTimeout(d.bind(null,void 0,{type:"timeout",target:i}),12e4);i.onerror=d.bind(null,i.onerror),i.onload=d.bind(null,i.onload),l&&document.head.appendChild(i)}},h.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},(()=>{h.S={};var e={},r={};h.I=(t,n)=>{n||(n=[]);var o=r[t];if(o||(o=r[t]={}),!(n.indexOf(o)>=0)){if(n.push(o),e[t])return e[t];h.o(h.S,t)||(h.S[t]={});var a=h.S[t],i="@genesislcap/foundation-errors",l=(e,r,t,n)=>{var o=a[e]=a[e]||{},l=o[r];(!l||!l.loaded&&(!n!=!l.eager?n:i>l.from))&&(o[r]={get:t,from:i,eager:!!n})},s=[];if("default"===t)l("@genesislcap/foundation-utils","9.0.0",(()=>Promise.all([h.e(127),h.e(713),h.e(366)]).then((()=>()=>h(259))))),l("@microsoft/fast-element","1.11.0",(()=>h.e(127).then((()=>()=>h(759))))),l("tslib","1.14.1",(()=>h.e(127).then((()=>()=>h(160))))),l("tslib","1.14.1",(()=>h.e(127).then((()=>()=>h(726))))),l("tslib","2.5.0",(()=>h.e(191).then((()=>()=>h(191)))));return s.length?e[t]=Promise.all(s).then((()=>e[t]=1)):e[t]=1}}})(),h.p="/",n=e=>{var r=e=>e.split(".").map((e=>+e==e?+e:e)),t=/^([^-+]+)?(?:-([^+]+))?(?:\+(.+))?$/.exec(e),n=t[1]?r(t[1]):[];return t[2]&&(n.length++,n.push.apply(n,r(t[2]))),t[3]&&(n.push([]),n.push.apply(n,r(t[3]))),n},o=(e,r)=>{e=n(e),r=n(r);for(var t=0;;){if(t>=e.length)return t<r.length&&"u"!=(typeof r[t])[0];var o=e[t],a=(typeof o)[0];if(t>=r.length)return"u"==a;var i=r[t],l=(typeof i)[0];if(a!=l)return"o"==a&&"n"==l||"s"==l||"u"==a;if("o"!=a&&"u"!=a&&o!=i)return o<i;t++}},a=(e,r)=>{if(0 in e){r=n(r);var t=e[0],o=t<0;o&&(t=-t-1);for(var i=0,l=1,s=!0;;l++,i++){var f,u,d=l<e.length?(typeof e[l])[0]:"";if(i>=r.length||"o"==(u=(typeof(f=r[i]))[0]))return!s||("u"==d?l>t&&!o:""==d!=o);if("u"==u){if(!s||"u"!=d)return!1}else if(s)if(d==u)if(l<=t){if(f!=e[l])return!1}else{if(o?f>e[l]:f<e[l])return!1;f!=e[l]&&(s=!1)}else if("s"!=d&&"n"!=d){if(o||l<=t)return!1;s=!1,l--}else{if(l<=t||u<d!=o)return!1;s=!1}else"s"!=d&&"n"!=d&&(s=!1,l--)}}var c=[],p=c.pop.bind(c);for(i=1;i<e.length;i++){var h=e[i];c.push(1==h?p()|p():2==h?p()&p():h?a(h,r):!p())}return!!p()},i=(e,r,t)=>{var n=e[r];return(r=Object.keys(n).reduce(((e,r)=>!a(t,r)||e&&!o(e,r)?e:r),0))&&n[r]},l=e=>(e.loaded=1,e.get()),s=(e=>function(r,t,n,o){var a=h.I(r);return a&&a.then?a.then(e.bind(e,r,h.S[r],t,n,o)):e(r,h.S[r],t,n,o)})(((e,r,t,n,o)=>{var a=r&&h.o(r,t)&&i(r,t,n);return a?l(a):o()})),f={},u={147:()=>s("default","@microsoft/fast-element",[1,1,7,0],(()=>h.e(127).then((()=>()=>h(759))))),304:()=>s("default","tslib",[1,2,3,1],(()=>h.e(191).then((()=>()=>h(191))))),495:()=>s("default","tslib",[1,2,3,1],(()=>h.e(127).then((()=>()=>h(726))))),64:()=>s("default","@genesislcap/foundation-utils",[1,9,0,0],(()=>Promise.all([h.e(127),h.e(713),h.e(366)]).then((()=>()=>h(259)))))},d={145:[64],366:[147,304,495]},h.f.consumes=(e,r)=>{h.o(d,e)&&d[e].forEach((e=>{if(h.o(f,e))return r.push(f[e]);var t=r=>{f[e]=0,h.m[e]=t=>{delete h.c[e],t.exports=r()}},n=r=>{delete f[e],h.m[e]=t=>{throw delete h.c[e],r}};try{var o=u[e]();o.then?r.push(f[e]=o.then(t).catch(n)):t(o)}catch(e){n(e)}}))},(()=>{var e={652:0,893:0};h.f.j=(r,t)=>{var n=h.o(e,r)?e[r]:void 0;if(0!==n)if(n)t.push(n[2]);else if(893!=r){var o=new Promise(((t,o)=>n=e[r]=[t,o]));t.push(n[2]=o);var a=h.p+h.u(r),i=new Error;h.l(a,(t=>{if(h.o(e,r)&&(0!==(n=e[r])&&(e[r]=void 0),n)){var o=t&&("load"===t.type?"missing":t.type),a=t&&t.target&&t.target.src;i.message="Loading chunk "+r+" failed.\n("+o+": "+a+")",i.name="ChunkLoadError",i.type=o,i.request=a,n[1](i)}}),"chunk-"+r,r)}else e[r]=0},h.O.j=r=>0===e[r];var r=(r,t)=>{var n,o,[a,i,l]=t,s=0;for(n in i)h.o(i,n)&&(h.m[n]=i[n]);if(l)var f=l(h);for(r&&r(t);s<a.length;s++)o=a[s],h.o(e,o)&&e[o]&&e[o][0](),e[a[s]]=0;return h.O(f)},t=self.webpackChunk_genesislcap_foundation_errors=self.webpackChunk_genesislcap_foundation_errors||[];t.forEach(r.bind(null,0)),t.push=r.bind(null,t.push.bind(t))})();var v=h.O(void 0,[893],(()=>h(451)));v=h.O(v),foundationErrors=v})();
2
+ //# sourceMappingURL=foundationErrors.3332a181471a7c01e0521b713cbe35e9.js.map
@@ -0,0 +1,3 @@
1
+ {
2
+ "rewrites": [ { "source": "/**", "destination": "/index.html" } ]
3
+ }
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-errors](./foundation-errors.md) &gt; [ConfirmingAction](./foundation-errors.confirmingaction.md) &gt; [action](./foundation-errors.confirmingaction.action.md)
4
+
5
+ ## ConfirmingAction.action property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ readonly action: Function;
11
+ ```
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-errors](./foundation-errors.md) &gt; [ConfirmingAction](./foundation-errors.confirmingaction.md) &gt; [label](./foundation-errors.confirmingaction.label.md)
4
+
5
+ ## ConfirmingAction.label property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ readonly label: String;
11
+ ```
@@ -0,0 +1,19 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-errors](./foundation-errors.md) &gt; [ConfirmingAction](./foundation-errors.confirmingaction.md)
4
+
5
+ ## ConfirmingAction interface
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ export interface ConfirmingAction
11
+ ```
12
+
13
+ ## Properties
14
+
15
+ | Property | Modifiers | Type | Description |
16
+ | --- | --- | --- | --- |
17
+ | [action](./foundation-errors.confirmingaction.action.md) | <code>readonly</code> | Function | |
18
+ | [label](./foundation-errors.confirmingaction.label.md) | <code>readonly</code> | String | |
19
+
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-errors](./foundation-errors.md) &gt; [DismissingAction](./foundation-errors.dismissingaction.md) &gt; [action](./foundation-errors.dismissingaction.action.md)
4
+
5
+ ## DismissingAction.action property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ readonly action?: Function;
11
+ ```
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-errors](./foundation-errors.md) &gt; [DismissingAction](./foundation-errors.dismissingaction.md) &gt; [label](./foundation-errors.dismissingaction.label.md)
4
+
5
+ ## DismissingAction.label property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ readonly label: String;
11
+ ```
@@ -0,0 +1,19 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-errors](./foundation-errors.md) &gt; [DismissingAction](./foundation-errors.dismissingaction.md)
4
+
5
+ ## DismissingAction interface
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ export interface DismissingAction
11
+ ```
12
+
13
+ ## Properties
14
+
15
+ | Property | Modifiers | Type | Description |
16
+ | --- | --- | --- | --- |
17
+ | [action?](./foundation-errors.dismissingaction.action.md) | <code>readonly</code> | Function | _(Optional)_ |
18
+ | [label](./foundation-errors.dismissingaction.label.md) | <code>readonly</code> | String | |
19
+
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-errors](./foundation-errors.md) &gt; [ErrorBanner](./foundation-errors.errorbanner.md) &gt; [confirmingActions](./foundation-errors.errorbanner.confirmingactions.md)
4
+
5
+ ## ErrorBanner.confirmingActions property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ readonly confirmingActions?: Array<ConfirmingAction>;
11
+ ```
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-errors](./foundation-errors.md) &gt; [ErrorBanner](./foundation-errors.errorbanner.md) &gt; [dismissingAction](./foundation-errors.errorbanner.dismissingaction.md)
4
+
5
+ ## ErrorBanner.dismissingAction property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ readonly dismissingAction?: DismissingAction;
11
+ ```
@@ -0,0 +1,19 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-errors](./foundation-errors.md) &gt; [ErrorBanner](./foundation-errors.errorbanner.md)
4
+
5
+ ## ErrorBanner interface
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ export interface ErrorBanner
11
+ ```
12
+
13
+ ## Properties
14
+
15
+ | Property | Modifiers | Type | Description |
16
+ | --- | --- | --- | --- |
17
+ | [confirmingActions?](./foundation-errors.errorbanner.confirmingactions.md) | <code>readonly</code> | Array&lt;[ConfirmingAction](./foundation-errors.confirmingaction.md)<!-- -->&gt; | _(Optional)_ |
18
+ | [dismissingAction?](./foundation-errors.errorbanner.dismissingaction.md) | <code>readonly</code> | [DismissingAction](./foundation-errors.dismissingaction.md) | _(Optional)_ |
19
+
@@ -0,0 +1,15 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-errors](./foundation-errors.md) &gt; [ErrorBannerBuilder](./foundation-errors.errorbannerbuilder.md) &gt; [build](./foundation-errors.errorbannerbuilder.build.md)
4
+
5
+ ## ErrorBannerBuilder.build() method
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ build(): ErrorBanner;
11
+ ```
12
+ **Returns:**
13
+
14
+ [ErrorBanner](./foundation-errors.errorbanner.md)
15
+
@@ -0,0 +1,20 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-errors](./foundation-errors.md) &gt; [ErrorBannerBuilder](./foundation-errors.errorbannerbuilder.md)
4
+
5
+ ## ErrorBannerBuilder class
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ export declare class ErrorBannerBuilder
11
+ ```
12
+
13
+ ## Methods
14
+
15
+ | Method | Modifiers | Description |
16
+ | --- | --- | --- |
17
+ | [build()](./foundation-errors.errorbannerbuilder.build.md) | | |
18
+ | [withConfirmingAction(confirmingAction)](./foundation-errors.errorbannerbuilder.withconfirmingaction.md) | | |
19
+ | [withDismissingAction(dismissingAction)](./foundation-errors.errorbannerbuilder.withdismissingaction.md) | | |
20
+
@@ -0,0 +1,22 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-errors](./foundation-errors.md) &gt; [ErrorBannerBuilder](./foundation-errors.errorbannerbuilder.md) &gt; [withConfirmingAction](./foundation-errors.errorbannerbuilder.withconfirmingaction.md)
4
+
5
+ ## ErrorBannerBuilder.withConfirmingAction() method
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ withConfirmingAction(confirmingAction: ConfirmingAction): ErrorBannerBuilder;
11
+ ```
12
+
13
+ ## Parameters
14
+
15
+ | Parameter | Type | Description |
16
+ | --- | --- | --- |
17
+ | confirmingAction | [ConfirmingAction](./foundation-errors.confirmingaction.md) | |
18
+
19
+ **Returns:**
20
+
21
+ [ErrorBannerBuilder](./foundation-errors.errorbannerbuilder.md)
22
+
@@ -0,0 +1,22 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-errors](./foundation-errors.md) &gt; [ErrorBannerBuilder](./foundation-errors.errorbannerbuilder.md) &gt; [withDismissingAction](./foundation-errors.errorbannerbuilder.withdismissingaction.md)
4
+
5
+ ## ErrorBannerBuilder.withDismissingAction() method
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ withDismissingAction(dismissingAction: DismissingAction): ErrorBannerBuilder;
11
+ ```
12
+
13
+ ## Parameters
14
+
15
+ | Parameter | Type | Description |
16
+ | --- | --- | --- |
17
+ | dismissingAction | [DismissingAction](./foundation-errors.dismissingaction.md) | |
18
+
19
+ **Returns:**
20
+
21
+ [ErrorBannerBuilder](./foundation-errors.errorbannerbuilder.md)
22
+
@@ -0,0 +1,18 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-errors](./foundation-errors.md) &gt; [ErrorBoundaryEvent](./foundation-errors.errorboundaryevent.md)
4
+
5
+ ## ErrorBoundaryEvent enum
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ export declare enum ErrorBoundaryEvent
11
+ ```
12
+
13
+ ## Enumeration Members
14
+
15
+ | Member | Value | Description |
16
+ | --- | --- | --- |
17
+ | ERROR\_BOUNDARY\_EVENT | <code>&quot;error-boundary-event&quot;</code> | |
18
+
@@ -0,0 +1,15 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-errors](./foundation-errors.md) &gt; [ErrorBuilder](./foundation-errors.errorbuilder.md) &gt; [build](./foundation-errors.errorbuilder.build.md)
4
+
5
+ ## ErrorBuilder.build() method
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ build(): ErrorStructure;
11
+ ```
12
+ **Returns:**
13
+
14
+ [ErrorStructure](./foundation-errors.errorstructure.md)
15
+
@@ -0,0 +1,26 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-errors](./foundation-errors.md) &gt; [ErrorBuilder](./foundation-errors.errorbuilder.md)
4
+
5
+ ## ErrorBuilder class
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ export declare class ErrorBuilder
11
+ ```
12
+
13
+ ## Methods
14
+
15
+ | Method | Modifiers | Description |
16
+ | --- | --- | --- |
17
+ | [build()](./foundation-errors.errorbuilder.build.md) | | |
18
+ | [withAlert(alert)](./foundation-errors.errorbuilder.withalert.md) | | |
19
+ | [withBanner(banner)](./foundation-errors.errorbuilder.withbanner.md) | | |
20
+ | [withDialog(dialog)](./foundation-errors.errorbuilder.withdialog.md) | | |
21
+ | [withErrorDetails(errorDetails)](./foundation-errors.errorbuilder.witherrordetails.md) | | |
22
+ | [withLogLevel(logLevel)](./foundation-errors.errorbuilder.withloglevel.md) | | |
23
+ | [withNotification(notification)](./foundation-errors.errorbuilder.withnotification.md) | | |
24
+ | [withSnackbar(snackbar)](./foundation-errors.errorbuilder.withsnackbar.md) | | |
25
+ | [withTitle(title)](./foundation-errors.errorbuilder.withtitle.md) | | |
26
+
@@ -0,0 +1,22 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-errors](./foundation-errors.md) &gt; [ErrorBuilder](./foundation-errors.errorbuilder.md) &gt; [withAlert](./foundation-errors.errorbuilder.withalert.md)
4
+
5
+ ## ErrorBuilder.withAlert() method
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ withAlert(alert: boolean): ErrorBuilder;
11
+ ```
12
+
13
+ ## Parameters
14
+
15
+ | Parameter | Type | Description |
16
+ | --- | --- | --- |
17
+ | alert | boolean | |
18
+
19
+ **Returns:**
20
+
21
+ [ErrorBuilder](./foundation-errors.errorbuilder.md)
22
+
@@ -0,0 +1,22 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-errors](./foundation-errors.md) &gt; [ErrorBuilder](./foundation-errors.errorbuilder.md) &gt; [withBanner](./foundation-errors.errorbuilder.withbanner.md)
4
+
5
+ ## ErrorBuilder.withBanner() method
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ withBanner(banner: ErrorBanner): ErrorBuilder;
11
+ ```
12
+
13
+ ## Parameters
14
+
15
+ | Parameter | Type | Description |
16
+ | --- | --- | --- |
17
+ | banner | [ErrorBanner](./foundation-errors.errorbanner.md) | |
18
+
19
+ **Returns:**
20
+
21
+ [ErrorBuilder](./foundation-errors.errorbuilder.md)
22
+
@@ -0,0 +1,22 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-errors](./foundation-errors.md) &gt; [ErrorBuilder](./foundation-errors.errorbuilder.md) &gt; [withDialog](./foundation-errors.errorbuilder.withdialog.md)
4
+
5
+ ## ErrorBuilder.withDialog() method
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ withDialog(dialog: ErrorDialog): ErrorBuilder;
11
+ ```
12
+
13
+ ## Parameters
14
+
15
+ | Parameter | Type | Description |
16
+ | --- | --- | --- |
17
+ | dialog | [ErrorDialog](./foundation-errors.errordialog.md) | |
18
+
19
+ **Returns:**
20
+
21
+ [ErrorBuilder](./foundation-errors.errorbuilder.md)
22
+
@@ -0,0 +1,22 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-errors](./foundation-errors.md) &gt; [ErrorBuilder](./foundation-errors.errorbuilder.md) &gt; [withErrorDetails](./foundation-errors.errorbuilder.witherrordetails.md)
4
+
5
+ ## ErrorBuilder.withErrorDetails() method
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ withErrorDetails(errorDetails: string): ErrorBuilder;
11
+ ```
12
+
13
+ ## Parameters
14
+
15
+ | Parameter | Type | Description |
16
+ | --- | --- | --- |
17
+ | errorDetails | string | |
18
+
19
+ **Returns:**
20
+
21
+ [ErrorBuilder](./foundation-errors.errorbuilder.md)
22
+
@@ -0,0 +1,22 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-errors](./foundation-errors.md) &gt; [ErrorBuilder](./foundation-errors.errorbuilder.md) &gt; [withLogLevel](./foundation-errors.errorbuilder.withloglevel.md)
4
+
5
+ ## ErrorBuilder.withLogLevel() method
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ withLogLevel(logLevel: LogLevel): ErrorBuilder;
11
+ ```
12
+
13
+ ## Parameters
14
+
15
+ | Parameter | Type | Description |
16
+ | --- | --- | --- |
17
+ | logLevel | LogLevel | |
18
+
19
+ **Returns:**
20
+
21
+ [ErrorBuilder](./foundation-errors.errorbuilder.md)
22
+
@@ -0,0 +1,22 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-errors](./foundation-errors.md) &gt; [ErrorBuilder](./foundation-errors.errorbuilder.md) &gt; [withNotification](./foundation-errors.errorbuilder.withnotification.md)
4
+
5
+ ## ErrorBuilder.withNotification() method
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ withNotification(notification: ErrorNotification): ErrorBuilder;
11
+ ```
12
+
13
+ ## Parameters
14
+
15
+ | Parameter | Type | Description |
16
+ | --- | --- | --- |
17
+ | notification | [ErrorNotification](./foundation-errors.errornotification.md) | |
18
+
19
+ **Returns:**
20
+
21
+ [ErrorBuilder](./foundation-errors.errorbuilder.md)
22
+
@@ -0,0 +1,22 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-errors](./foundation-errors.md) &gt; [ErrorBuilder](./foundation-errors.errorbuilder.md) &gt; [withSnackbar](./foundation-errors.errorbuilder.withsnackbar.md)
4
+
5
+ ## ErrorBuilder.withSnackbar() method
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ withSnackbar(snackbar: Snackbar): ErrorBuilder;
11
+ ```
12
+
13
+ ## Parameters
14
+
15
+ | Parameter | Type | Description |
16
+ | --- | --- | --- |
17
+ | snackbar | [Snackbar](./foundation-errors.snackbar.md) | |
18
+
19
+ **Returns:**
20
+
21
+ [ErrorBuilder](./foundation-errors.errorbuilder.md)
22
+
@@ -0,0 +1,22 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-errors](./foundation-errors.md) &gt; [ErrorBuilder](./foundation-errors.errorbuilder.md) &gt; [withTitle](./foundation-errors.errorbuilder.withtitle.md)
4
+
5
+ ## ErrorBuilder.withTitle() method
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ withTitle(title: string): ErrorBuilder;
11
+ ```
12
+
13
+ ## Parameters
14
+
15
+ | Parameter | Type | Description |
16
+ | --- | --- | --- |
17
+ | title | string | |
18
+
19
+ **Returns:**
20
+
21
+ [ErrorBuilder](./foundation-errors.errorbuilder.md)
22
+
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-errors](./foundation-errors.md) &gt; [ErrorDialog](./foundation-errors.errordialog.md) &gt; [confirmingActions](./foundation-errors.errordialog.confirmingactions.md)
4
+
5
+ ## ErrorDialog.confirmingActions property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ readonly confirmingActions?: Array<ConfirmingAction>;
11
+ ```
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-errors](./foundation-errors.md) &gt; [ErrorDialog](./foundation-errors.errordialog.md) &gt; [dismissingAction](./foundation-errors.errordialog.dismissingaction.md)
4
+
5
+ ## ErrorDialog.dismissingAction property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ readonly dismissingAction?: DismissingAction;
11
+ ```
@@ -0,0 +1,19 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-errors](./foundation-errors.md) &gt; [ErrorDialog](./foundation-errors.errordialog.md)
4
+
5
+ ## ErrorDialog interface
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ export interface ErrorDialog
11
+ ```
12
+
13
+ ## Properties
14
+
15
+ | Property | Modifiers | Type | Description |
16
+ | --- | --- | --- | --- |
17
+ | [confirmingActions?](./foundation-errors.errordialog.confirmingactions.md) | <code>readonly</code> | Array&lt;[ConfirmingAction](./foundation-errors.confirmingaction.md)<!-- -->&gt; | _(Optional)_ |
18
+ | [dismissingAction?](./foundation-errors.errordialog.dismissingaction.md) | <code>readonly</code> | [DismissingAction](./foundation-errors.dismissingaction.md) | _(Optional)_ |
19
+
@@ -0,0 +1,15 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-errors](./foundation-errors.md) &gt; [ErrorDialogBuilder](./foundation-errors.errordialogbuilder.md) &gt; [build](./foundation-errors.errordialogbuilder.build.md)
4
+
5
+ ## ErrorDialogBuilder.build() method
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ build(): ErrorDialog;
11
+ ```
12
+ **Returns:**
13
+
14
+ [ErrorDialog](./foundation-errors.errordialog.md)
15
+
@@ -0,0 +1,20 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-errors](./foundation-errors.md) &gt; [ErrorDialogBuilder](./foundation-errors.errordialogbuilder.md)
4
+
5
+ ## ErrorDialogBuilder class
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ export declare class ErrorDialogBuilder
11
+ ```
12
+
13
+ ## Methods
14
+
15
+ | Method | Modifiers | Description |
16
+ | --- | --- | --- |
17
+ | [build()](./foundation-errors.errordialogbuilder.build.md) | | |
18
+ | [withConfirmingAction(confirmingAction)](./foundation-errors.errordialogbuilder.withconfirmingaction.md) | | |
19
+ | [withDismissingAction(dismissingAction)](./foundation-errors.errordialogbuilder.withdismissingaction.md) | | |
20
+
@@ -0,0 +1,22 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-errors](./foundation-errors.md) &gt; [ErrorDialogBuilder](./foundation-errors.errordialogbuilder.md) &gt; [withConfirmingAction](./foundation-errors.errordialogbuilder.withconfirmingaction.md)
4
+
5
+ ## ErrorDialogBuilder.withConfirmingAction() method
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ withConfirmingAction(confirmingAction: ConfirmingAction): ErrorDialogBuilder;
11
+ ```
12
+
13
+ ## Parameters
14
+
15
+ | Parameter | Type | Description |
16
+ | --- | --- | --- |
17
+ | confirmingAction | [ConfirmingAction](./foundation-errors.confirmingaction.md) | |
18
+
19
+ **Returns:**
20
+
21
+ [ErrorDialogBuilder](./foundation-errors.errordialogbuilder.md)
22
+
@@ -0,0 +1,22 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-errors](./foundation-errors.md) &gt; [ErrorDialogBuilder](./foundation-errors.errordialogbuilder.md) &gt; [withDismissingAction](./foundation-errors.errordialogbuilder.withdismissingaction.md)
4
+
5
+ ## ErrorDialogBuilder.withDismissingAction() method
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ withDismissingAction(dismissingAction: DismissingAction): ErrorDialogBuilder;
11
+ ```
12
+
13
+ ## Parameters
14
+
15
+ | Parameter | Type | Description |
16
+ | --- | --- | --- |
17
+ | dismissingAction | [DismissingAction](./foundation-errors.dismissingaction.md) | |
18
+
19
+ **Returns:**
20
+
21
+ [ErrorDialogBuilder](./foundation-errors.errordialogbuilder.md)
22
+
@@ -0,0 +1,15 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-errors](./foundation-errors.md) &gt; [ErrorDialogElement](./foundation-errors.errordialogelement.md)
4
+
5
+ ## ErrorDialogElement type
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ export type ErrorDialogElement = ErrorElement & {
11
+ show: Function;
12
+ };
13
+ ```
14
+ **References:** [ErrorElement](./foundation-errors.errorelement.md)
15
+