Skip to content

Latest commit

 

History

History
121 lines (57 loc) · 1.42 KB

File metadata and controls

121 lines (57 loc) · 1.42 KB
hide_title true
custom_edit_url
pagination_prev
pagination_next

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.