aleym_core 0.1.0-alpha.1

Extensible news aggregation and knowledge-base engine (Core Library Component of Aleym)
Documentation
1
2
3
4
5
6
#[derive(thiserror::Error, Debug)]
#[non_exhaustive]
pub enum SchedulerError {
	#[error("Source with id = `{0}` is not scheduled")]
	SourceNotScheduled(uuid::Uuid),
}