Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RuntimeError

Application runtime error

Hierarchy

  • BaseError
    • RuntimeError

Index

Constructors

Properties

Constructors

constructor

  • Creates a new RuntimeError

    Parameters

    • message: string

      defines the message of the error

    • errorCode: ErrorCodesType

      the error code

    • Optional innerError: Error

      the error that caused the outer error

    Returns RuntimeError

Properties

errorCodeSearch playground for errorCode

errorCode: ErrorCodesType

The error code

Optional innerErrorSearch playground for innerError

innerError: Error

The error that caused this outer error

messageSearch playground for message

message: string

nameSearch playground for name

name: string

Optional stackSearch playground for stack

stack: string

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method