@terascope/core-utils / errors / TSErrorContext
Interface: TSErrorContext
Defined in: packages/core-utils/src/errors.ts:139
Extends
Record<string,any>
Indexable
[key: string]: any
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
_cause | any | - | packages/core-utils/src/errors.ts:142 |
_createdAt | string | ISO Date string | packages/core-utils/src/errors.ts:141 |
safe? | boolean | Used to indicate the error message is safe to log and send to the user | packages/core-utils/src/errors.ts:146 |