[−][src]Type Definition druid::env::EnvError
type EnvError = String<U20>;
The error type for environment access.
This error is expected to happen rarely, if ever, as it only happens when the string part of keys collide but the types mismatch.
TODO: replace with a less stringly-typed object.