Skip to content

Commit f76649d

Browse files
nightkrTechassi
andauthored
Update crates/stackable-operator/src/validation.rs
Co-authored-by: Techassi <[email protected]>
1 parent 1874aca commit f76649d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/stackable-operator/src/validation.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ impl std::error::Error for Errors {}
8787
pub enum Error {
8888
#[snafu(transparent)]
8989
Regex { source: RegexError },
90+
9091
#[snafu(display("input is {length} bytes long but must be no more than {max_length}"))]
9192
TooLong { length: usize, max_length: usize },
9293
}

0 commit comments

Comments
 (0)