Skip to main content

@terascope/job-components / index / TSErrorContext

Interface: TSErrorContext

A simple object with any values

Extends

Properties

_cause

_cause: any

Source

packages/utils/dist/src/errors.d.ts:71


_createdAt

_createdAt: string

ISO Date string

Source

packages/utils/dist/src/errors.d.ts:70


safe?

optional safe: boolean

Used to indicate the error message is safe to log and send to the user

Source

packages/utils/dist/src/errors.d.ts:75