Skip to content

ComponentRegistrySetupCallResult

Class: warmhub.ComponentRegistrySetupCallResult

ComponentRegistrySetupCallResult(ok: bool, status: float, warnings: tuple[str, ...], body: str | None = None, extra: Mapping[str, JsonValue] = _no_extra())

Generated from ComponentRegistrySetupCallResult.

ok

Documentation is not yet available.

status

Documentation is not yet available.

warnings

Documentation is not yet available.

body = None

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.