| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > IFileErrorOptions
Provides options for the creation of a FileError.
Signature:
export interface IFileErrorOptions |
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. |