Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DeveloperError
    • DeveloperError

Index

Constructors

Properties

Constructors

constructor

  • Parameters

    • Optional message: string
    • Optional code: number

    Returns DeveloperError

Properties

Readonly code

code: number

'DeveloperError' indicating that this exception was thrown due to a developer error.

Readonly message

message: string

The explanation for why this exception was thrown.

Readonly name

name: string

'DeveloperError' indicating that this exception was thrown due to a developer error.

Readonly stack

stack: string

The stack trace of this exception, if available.