CopyPermissionError#

exception nublado.controller.exceptions.CopyPermissionError(message, location=None, field_path=None)#

Bases: PermissionDeniedError

Changing ownership on target directory failed after migration copy.

Parameters:
error: ClassVar[str] = 'copy_permission_error'#

Used as the type field of the error message.

Should be overridden by any subclass.