Share via


ErrorEventArgs interface

Arguments provided when an error occurs

Properties

context

Additional context about where the error occurred

error

The error that occurred

recoverable

Whether the error is recoverable (always false in fail-fast model)

timestamp

When the error occurred

Property Details

context

Additional context about where the error occurred

context: string

Property Value

string

error

The error that occurred

error: Error

Property Value

Error

recoverable

Whether the error is recoverable (always false in fail-fast model)

recoverable: boolean

Property Value

boolean

timestamp

When the error occurred

timestamp: Date

Property Value

Date