Skip to content

Commit

Permalink
Update crates/stackable-operator/src/validation.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Techassi <[email protected]>
  • Loading branch information
nightkr and Techassi authored Aug 30, 2024
1 parent f76649d commit 4cffca4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/stackable-operator/src/validation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,10 @@ pub enum Error {
pub struct RegexError {
/// The primary error message.
msg: &'static str,

/// The regex that the input must match.
regex: &'static str,

/// Examples of valid inputs (if non-empty).
examples: &'static [&'static str],
}
Expand Down

0 comments on commit 4cffca4

Please sign in to comment.