An error that occurs when a file fails to load.

Hierarchy

  • AggregateError
    • LoadError

Constructors

  • Parameters

    • errors: unknown[]
    • path: string
    • message: string = ...

    Returns LoadError

Properties

cause?: unknown
errors: any[]
message: string
name = "LoadError"
path: string

The path to the file that failed to load.

stack?: string