We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4ff5f2 commit e39f622Copy full SHA for e39f622
src/error.rs
@@ -27,15 +27,6 @@ pub enum Error {
27
#[error("RoleGroup [{role_group}] for Role [{role}] is missing. This may happen after custom resource changes. Will requeue.")]
28
MissingRoleGroup { role: String, role_group: String },
29
30
- #[error("Environment variable error: {source}")]
31
- EnvironmentVariableError {
32
- #[from]
33
- source: std::env::VarError,
34
- },
35
-
36
- #[error("Invalid name for resource: {errors:?}")]
37
- InvalidName { errors: Vec<String> },
38
39
#[error(
40
"A required File is missing. Not found in any of the following locations: {search_path:?}"
41
)]
0 commit comments