Skip to main content

@terascope/job-components / index / TSErrorContext

Interface: TSErrorContext

Defined in: packages/utils/dist/src/errors.d.ts:68

A simple object with any values

Extends

Indexable

[prop: string]: any

Properties

PropertyTypeDescriptionDefined in
_causeany-packages/utils/dist/src/errors.d.ts:71
_createdAtstringISO Date stringpackages/utils/dist/src/errors.d.ts:70
safe?booleanUsed to indicate the error message is safe to log and send to the userpackages/utils/dist/src/errors.d.ts:75