Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ReportableException

Package version

Exception object for all custom exceptions

Hierarchy

  • ReportableException

Index

Properties

Optional actionableMessage

actionableMessage: undefined | string

Actionable steps for this exception

Optional filePath

filePath: undefined | string

The path to the file where exception occurred

Optional hResult

hResult: undefined | number

Coded numerical value that is assigned to a specific exception

Optional lineNumber

lineNumber: undefined | string

The line number where exception occurred

Optional message

message: undefined | string

Error message

Optional stackTrace

stackTrace: undefined | string

Stack trace

Generated using TypeDoc