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 1d9ccac commit b4162e8Copy full SHA for b4162e8
xpd-gateway/src/main.rs
@@ -398,7 +398,7 @@ pub enum SetupError {
398
UnparsableEnv(String),
399
#[error("Environment variable {0} is required!")]
400
MissingEnv(String),
401
- #[error("Environment variable {0} is required when {1} is set!")]
+ #[error("Environment variable {0} is required when the variable {1} is set!")]
402
ReliantEnv(String, String),
403
#[error("Could not parse environment variable {0}: {1}")]
404
FromStr(String, Box<dyn std::error::Error>),
0 commit comments