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