Home > @rushstack/node-core-library > FileError > getFormattedErrorMessage
FileError.getFormattedErrorMessage() method
Get the formatted error message.
Signature:
getFormattedErrorMessage(options?: IFileErrorFormattingOptions): string;
Parameters
Parameter | Type | Description |
---|---|---|
options | IFileErrorFormattingOptions | (Optional) Options for the error message format. |
Returns:
string