UNPKG

rc-js-util

Version:

A collection of TS and C++ utilities to help writing performant and correct applications, achieved through strict typing and (removable) invariant checking.

65 lines (31 loc) 1.01 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [rc-js-util](./rc-js-util.md) &gt; [INestedErrorCtor](./rc-js-util.inestederrorctor.md) ## INestedErrorCtor interface Constructor to [INestedError](./rc-js-util.inestederror.md)<!-- -->. **Signature:** ```typescript export interface INestedErrorCtor<TLocalization, TInstance extends INestedError<TLocalization>> ``` ## Methods <table><thead><tr><th> Method </th><th> Description </th></tr></thead> <tbody><tr><td> [(new)(message, causedBy)](./rc-js-util.inestederrorctor._new_.md) </td><td> </td></tr> <tr><td> [getRootCause(error)](./rc-js-util.inestederrorctor.getrootcause.md) </td><td> </td></tr> <tr><td> [isError(error)](./rc-js-util.inestederrorctor.iserror.md) </td><td> </td></tr> <tr><td> [normalizeError(error)](./rc-js-util.inestederrorctor.normalizeerror.md) </td><td> </td></tr> </tbody></table>