Skip to main content

RuntimeError

The RuntimeError object indicates an error that an error occurred during the runtime of a program.

Hierarchy

  • Readonly<Error & { cause: unknown; message: string; name: RuntimeError; stack: string } & { name: RuntimeError }>
    • RuntimeError

Index

Constructors

Properties

Constructors

constructor

  • Error constructor

Properties

staticreadonlyerrorName

errorName: RuntimeError

Error name

Page Options