Interface representing error data.

Hierarchy

  • ErrorData

Properties

breadcrumbs: Breadcrumb[]

Breadcrumbs leading up to the error.

message: string

A message associated with the error.

sessionId: string

The ID of the session during which the error occurred.

stack: StackTrace

The stack trace for the error.

type: string

The type of the error.

Generated using TypeDoc