@terascope/utils / errors / TSErrorContext
Interface: TSErrorContext
Defined in: packages/utils/src/errors.ts:140
A simple object with any values
Extends
Indexable
[prop
: string
]: any
Properties
Property | Type | Description | Defined in |
---|---|---|---|
_cause | any | - | packages/utils/src/errors.ts:143 |
_createdAt | string | ISO Date string | packages/utils/src/errors.ts:142 |
safe? | boolean | Used to indicate the error message is safe to log and send to the user | packages/utils/src/errors.ts:147 |