CTRF / FileError
Defined in: errors.ts:83
new FileError(
message,filePath,cause?):FileError
Defined in: errors.ts:89
string
string
Error
FileError
readonlyfilePath:string
Defined in: errors.ts:85
The file path that caused the error
readonlyoptionalcause:Error
Defined in: errors.ts:87
The original error
CTRFError.cause