Errors - file

  • FileNotFoundError
  • Represents an error that occurs when the file/directory does not exist at the given filepath.

  • FileSystemError
  • Represents an error that occurs when a file system operation fails.

  • InvalidOperationError
  • Represents an error that occurs when a file system operation is denied due to invalidity.

  • PermissionError
  • Represents an error that occurs when a file system operation is denied, due to the absence of file permission.