-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 4.1.2
-
Fix Version/s: 4.1.3
-
Component/s: Local client
-
Tags:
As stated in the documentation:
Raising this error indicates that permissions prevent us efficiently
trashing a file, although we might still have permission to delete it.
This is not used when permissions prevent removing the file itself:
that will be raised as a regular PermissionError (OSError on Python 2).Application code that catches this may try to simply delete the file (...).