Skip to content

Commit

Permalink
Update rust/crd/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Siegfried Weber <[email protected]>
  • Loading branch information
razvan and siegfriedweber authored Oct 24, 2024
1 parent fd8331e commit 5378f11
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rust/crd/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ static DEFAULT_REGION_SERVER_GRACEFUL_SHUTDOWN_TIMEOUT: LazyLock<Duration> =

#[derive(Snafu, Debug)]
pub enum Error {
#[snafu(display("expected role [{expected}] but got role [{got}]"))]
ExpectedRole { expected: String, got: String },

#[snafu(display("the role [{role}] is invalid and does not exist in HBase"))]
InvalidRole {
source: strum::ParseError,
Expand Down

0 comments on commit 5378f11

Please sign in to comment.