NoSourceUserDirectoryError#

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

Bases: UnknownUserError

Source user directory for a migration was not found.

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

Used as the type field of the error message.

Should be overridden by any subclass.