Interface: XtlError
Defined in: src/error-codes.ts:61
Extends
Error
Properties
| Property | Type | Inherited from | Defined in |
|---|---|---|---|
cause? | unknown | Error.cause | node_modules/typescript/lib/lib.es2022.error.d.ts:26 |
code | XtlErrorCode | - | src/error-codes.ts:62 |
message | string | Error.message | node_modules/typescript/lib/lib.es5.d.ts:1077 |
name | string | Error.name | node_modules/typescript/lib/lib.es5.d.ts:1076 |
stack? | string | Error.stack | node_modules/typescript/lib/lib.es5.d.ts:1078 |