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.
Properties and attributes
Section titled “Properties and attributes”attempt
Section titled “attempt”attemptDocumentation is not yet available.
channel
Section titled “channel”channelDocumentation is not yet available.
status
Section titled “status”statusDocumentation is not yet available.
created_at
Section titled “created_at”created_atDocumentation is not yet available.
subscription_name
Section titled “subscription_name”subscription_name = NoneDocumentation is not yet available.
event_type
Section titled “event_type”event_type = NoneDocumentation is not yet available.
error_code
Section titled “error_code”error_code = NoneDocumentation is not yet available.
error_message
Section titled “error_message”error_message = NoneDocumentation 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.