caretta-sync/lazy-supplements/src/error.rs

5 lines
130 B
Rust
Raw Normal View History

2025-05-24 09:17:45 +09:00
#[derive(thiserror::Error, Debug)]
pub enum Error {
#[error("mandatory config `{0}` is missing")]
MissingConfig(String),
}