Represents an error thrown by the CRT browser shim

Hierarchy

  • Error
    • CrtError

Implements

Constructors

Properties

Constructors

  • Parameters

    • error: any

      The original error, provided for context. Could be any type, often from underlying libraries

    Returns CrtError

Properties

error: any

The original error, provided for context. Could be any type, often from underlying libraries

error_name?: string

Generated using TypeDoc