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 fd8331e commit 5378f11Copy full SHA for 5378f11
rust/crd/src/lib.rs
@@ -95,9 +95,6 @@ static DEFAULT_REGION_SERVER_GRACEFUL_SHUTDOWN_TIMEOUT: LazyLock<Duration> =
95
96
#[derive(Snafu, Debug)]
97
pub enum Error {
98
- #[snafu(display("expected role [{expected}] but got role [{got}]"))]
99
- ExpectedRole { expected: String, got: String },
100
-
101
#[snafu(display("the role [{role}] is invalid and does not exist in HBase"))]
102
InvalidRole {
103
source: strum::ParseError,
0 commit comments