566
566
raise errors.ResourceBusy(path, extra=extra)
567
567
elif err.code == gio.ERROR_PERMISSION_DENIED:
568
568
raise errors.PermissionDenied(path, extra=extra)
569
571
elif err.code == gio.ERROR_IS_DIRECTORY:
570
572
raise errors.PathError(path, extra=extra)