summaryrefslogtreecommitdiff
path: root/systems/sheet/src/mapping/error.rs
blob: 4fb3550c90d5c50047b27ec7974d6d11813e8cf2 (plain)
1
2
3
4
5
#[derive(Debug, thiserror::Error)]
pub enum ParseMappingError {
    #[error("Mapping information is invalid and cannot be safely converted to LocalMapping")]
    InvalidMapping,
}