NoSelectedDirectoryError

NoSelectedDirectoryError

An error class that occurs when the user donesn't select any directory in the openDirectory() function.

Constructor

new NoSelectedDirectoryError(messageopt, optionsopt)

Create a NoSelectedDirectoryError instance.
Source:
Parameters:
Name Type Attributes Description
message string <optional>
The message of the error.
options ErrorOptions <optional>
The error options. These are the same as those for the basic Error class.

Extends

  • Error

Classes

NoSelectedDirectoryError