We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1874aca commit f76649dCopy full SHA for f76649d
crates/stackable-operator/src/validation.rs
@@ -87,6 +87,7 @@ impl std::error::Error for Errors {}
87
pub enum Error {
88
#[snafu(transparent)]
89
Regex { source: RegexError },
90
+
91
#[snafu(display("input is {length} bytes long but must be no more than {max_length}"))]
92
TooLong { length: usize, max_length: usize },
93
}
0 commit comments