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:

ParameterTypeDescription
messagestringThe error message to display.
fileItemunknownThe file tree item to display the error on.

Returns: void