Errors - filepath

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

  • GenericError
  • Represents generic error for filepath

  • IOError
  • Represents IO error occur when trying to access the file at the given filepath.

  • InvalidPathError
  • Represents error occur when the given file path is invalid.

  • InvalidPatternError
  • Represent error occur when the given pattern is not a valid filepath pattern.

  • NotLinkError
  • Represents error occur when the file at the given filepath is not a symbolic link.

  • RelativePathError
  • Represents an error that occurs when the given target filepath cannot be derived relative to the base filepath.

  • SecurityError
  • Represents security error occur when trying to access the file at the given filepath.

  • UNCPathError
  • Represents error occur in the UNC path.