Home > @rushstack/node-core-library > IFileErrorOptions
IFileErrorOptions interface
Provides options for the creation of a FileError.
Signature:
export interface IFileErrorOptions
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | The absolute path to the file that contains the error. | ||
number | (Optional) The column number of the error in the target file. Minimum value is 1. | ||
number | (Optional) The line number of the error in the target file. Minimum value is 1. | ||
string | The root folder for the project that the error is in relation to. |