Interface RequireError

Hierarchy

  • Error
    • RequireError

Index

Properties

Properties

public message: string

public name: string

public originalError: Error

The original error, if there is one (might be null).

public requireModules: Array<string>

Required modules.

public requireType: string

The error ID that maps to an ID on a web page.