The ErroredFile interface

interface ErroredFile {
    errorTrace: string[];
    path: string;
    strategy: ErrorStrategy;
}

Properties

errorTrace: string[]

The error message

path: string

The file path

strategy: ErrorStrategy

The error strategy to applied