FileSystemError
A type that filesystem providers should use to signal errors.
This class has factory methods for common error-cases, like FileNotFound
when a file or folder doesn't exist, use them like so: throw vscode.FileSystemError.FileNotFound(someUri);