消息发送超时事件载荷。

interface SendTimeoutEventPayload {
    reason: "send-timeout";
    timestamp: number;
}

Properties

Properties

reason: "send-timeout"

固定为发送超时原因。

timestamp: number

事件时间戳,单位毫秒。