NoSourceUserDirectoryError#
- exception nublado.controller.exceptions.NoSourceUserDirectoryError(message, location=None, field_path=None)#
Bases:
UnknownUserErrorSource user directory for a migration was not found.
- Parameters:
- error: ClassVar[str] = 'no_source_user_directory'#
Used as the
typefield of the error message.Should be overridden by any subclass.