Class ErrorHandler

Hierarchy

Index

Constructors

Properties

Constructors

constructor

  • new ErrorHandler(error: string, code?: number): ErrorHandler
  • Parameters

    • error: string
    • Optional code: number

    Returns ErrorHandler

Properties

Optional code

code: number

error

error: string

message

message: string

name

name: string

rawError

rawError: string = null

Optional stack

stack: string

Static Error

Error: ErrorConstructor