diff options
Diffstat (limited to 'systems/sheet/src/mapping')
| -rw-r--r-- | systems/sheet/src/mapping/error.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/systems/sheet/src/mapping/error.rs b/systems/sheet/src/mapping/error.rs new file mode 100644 index 0000000..4fb3550 --- /dev/null +++ b/systems/sheet/src/mapping/error.rs @@ -0,0 +1,5 @@ +#[derive(Debug, thiserror::Error)] +pub enum ParseMappingError { + #[error("Mapping information is invalid and cannot be safely converted to LocalMapping")] + InvalidMapping, +} |
