You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#[error("Feature `{0}` requires a mirrord operator.")]
#[diagnostic(help(
"The mirrord operator is part of mirrord for Teams. You can get started with mirrord for Teams at this link: http://mirrord.dev/docs/teams/introduction/"
"The mirrord operator is part of mirrord for Teams. You can get started with mirrord for Teams at this link: https://mirrord.dev/docs/teams/introduction/"
))]
FeatureRequiresOperatorError(String),
#[error("Feature `{feature}` is not supported in mirrord operator {operator_version}.")]