RemoveDirectoryError

public enum RemoveDirectoryError: Error

Error throws when called Dir#rmdir(path:) method.

  • notEmpty: Directory is not empty.
  • notExists: Directory is not exists.