Skip to content

FileExplorerView.displayError method

FileExplorerView › displayError

Unofficial

Display an error message on a file tree item.

Signature:

displayError(message: string, fileItem: unknown): void

Parameters:

Parameter Type Description
message string The error message to display.
fileItem unknown The file tree item to display the error on.

Returns: void