Skip to content

ActionNotification

Class: warmhub.ActionNotification

ActionNotification(attempt: float, channel: str, status: str, created_at: float, subscription_name: str | None = None, event_type: str | None = None, error_code: str | None = None, error_message: str | None = None, extra: Mapping[str, JsonValue] = _no_extra())

Generated from ActionNotification.

attempt

Documentation is not yet available.

channel

Documentation is not yet available.

status

Documentation is not yet available.

created_at

Documentation is not yet available.

subscription_name = None

Documentation is not yet available.

event_type = None

Documentation is not yet available.

error_code = None

Documentation is not yet available.

error_message = 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.