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 |
---|---|---|---|
absolutePath | string | The absolute path to the file that contains the error. | |
column? | number | (Optional) The column number of the error in the target file. Minimum value is 1. | |
line? | number | (Optional) The line number of the error in the target file. Minimum value is 1. | |
projectFolder | string | The root folder for the project that the error is in relation to. |