We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68673c8 commit f90a6faCopy full SHA for f90a6fa
1 file changed
src/imageproxy.rs
@@ -56,7 +56,7 @@ pub enum Error {
56
#[error("configuration error")]
57
/// Conflicting or missing configuration
58
Configuration(Box<str>),
59
- #[error("error")]
+ #[error("other error: {0}")]
60
/// An unknown other error
61
Other(Box<str>),
62
}
0 commit comments