E7024 Stdlib Validation Errors
env-var-operation-failed
environment variable operation failed
When this occurs
Setting, getting, or unsetting an environment variable fails
Example error message
error[E7024]:
environment variable operation failed: invalid variable name
How to fix
Ensure environment variable names are valid (no `=` or null characters) and not empty.