NoTargetUserDirectoryError#

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

Bases: UnknownUserError

Target user directory for a migration was not found.

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

Used as the type field of the error message.

Should be overridden by any subclass.