Options
All
  • Public
  • Public/Protected
  • All
Menu

Object that holds the exception information.

Hierarchy

  • ExceptionModel

Index

Properties

code

The error code

error

error: string

A detailed string containing as much information about the error as possible, for instance the stack trace. This is a good value to be logged, not to be shown to the user.

message

message: string

A message describing the error that occurred.

origin

origin: string

A string denoting where the error originated. This should also not be shown to the user, but rather logged for diagnostic purposes.

userMessage

userMessage: string

An i18n, when possible, user-friendly message describing the problem.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc