ReferenceTypes
DeliveryFailureReason
type DeliveryFailureReason = "noAck" | "expired" | "radio" | "destroyed";Defined in: packages/client/src/errors.ts:116
Why a DM delivery failed: no ACK after retries, expired in the queue, a radio error, or the client was destroyed.