Interface: LibraryErrorOptions
Describes the options for the LibraryError class.
Properties
| Property | Type | Description |
|---|---|---|
cause? | Error | The cause data property of an Error instance indicates the specific original cause of the error. |
trim? | number | How many rows to trim from the stack trace. This is useful for removing the stack trace of the current function from the error. |