Skip to content

ComponentInstallResult

Class: warmhub.ComponentInstallResult

ComponentInstallResult(component_ref: str, component_name: str, version: str, state: Literal['ready', 'degraded'], setup_creates: tuple[str, ...], errors: tuple[str, ...], has_setup: bool, submission_id: str, event_receipts: tuple[ComponentInstallResultEventReceiptsItem0 | ComponentInstallResultEventReceiptsItem1, ...], extra: Mapping[str, JsonValue] = _no_extra())

Generated from ComponentInstallResult.

component_ref

Documentation is not yet available.

component_name

Documentation is not yet available.

version

Documentation is not yet available.

state

Documentation is not yet available.

setup_creates

Documentation is not yet available.

errors

Documentation is not yet available.

has_setup

Documentation is not yet available.

submission_id

Documentation is not yet available.

event_receipts

Documentation is not yet available.

extra = field(default_factory=_no_extra)

Keys the server sent that this contract does not name. Preserved so a backend that ships a field before the SDK regenerates loses nothing.