Options
All
  • Public
  • Public/Protected
  • All
Menu

Recurrent structure that represents detailed error information

Hierarchy

  • ErrorInfo

Index

Properties

cause?: ErrorInfo

Information of a caused error

details?: unknown

Error's details that could be extracted from it via error details extractors

error?: { message: string; name: string }

General info about an error. Using only for cause errors and not for the root one.

Type declaration

  • message: string
  • name: string