Options
All
  • Public
  • Public/Protected
  • All
Menu

Class KawkahError

Hierarchy

  • Error
    • KawkahError

Index

Constructors

constructor

Properties

column

column: number

event

event: string

filename

filename: string

line

line: number

message

message: string

ministack

ministack: string

name

name: string

stack

stack: string

stacktrace

stacktrace: string

symbol

symbol: string

timestamp

timestamp: string

type

type: string

Static Error

Error: ErrorConstructor

Static message

message: string

Static name

name: string

Static Optional stack

stack: string

Methods

generateStacktrace

  • generateStacktrace(stack: string, purge?: number, trim?: number): void
  • Generates custom stacktrace and ministack.

    Parameters

    • stack: string

      the current error stack

    • Optional purge: number

      whether to purge the stack.

    • Optional trim: number

      whether to trim the stack.

    Returns void

Generated using TypeDoc