coerce_environment_value(
option: ConfigOption,
raw: str,
name: str
) -> ProviderResult[object| Name | Type | Description |
|---|---|---|
option* | ConfigOption | |
raw* | str | |
name* | str |
Coerce one present environment value within the env provider domain.
The returned reason preserves the established diagnostic text. Resolution decides when to emit it so health inspection does not log a rejection as a side effect of merely reading provider state.
Manifest declaration that defines the output type.
Present environment string.
Environment variable spelling that supplied raw.