We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec49d76 + af3c0f6 commit c27d378Copy full SHA for c27d378
2 files changed
src/errors.rs
@@ -20,6 +20,9 @@ pub enum ConversionError {
20
#[snafu(display("Invalid precipitation unit '{unit}'"))]
21
InvalidPrecipitationUnit { unit: String },
22
23
+ #[snafu(display("Invalid model '{model}'"))]
24
+ InvalidModel { model: String },
25
+
26
#[snafu(display("Invalid cell selection '{selection}'"))]
27
InvalidCellSelection { selection: String },
28
}
0 commit comments