EnvironmentResponse¶
Structure Class¶
EnvironmentResponse
dataclass
¶
The results of an operation to update or read environment variables. If the operation succeeds, the response contains the environment variables. If it fails, the response contains details about the error.
Attributes¶
error
class-attribute
instance-attribute
¶
error: EnvironmentError | None = None
Error messages for environment variables that couldn't be applied.