interface ISourceErrorEvent

Event emitted when a source fails to compile

Properties

The source that failed

Index of the source in the configuration

Total number of sources

error: Error

The error that occurred

Usage

import { type ISourceErrorEvent } from ".";