SyncOnceResult

data class SyncOnceResult(val attempted: Int, val sent: Int, val permanentFailed: Int, val transientFailed: Int, val rejected: Int)

Outcome of one sync flush attempt.

These are counters only (no payloads, no identifiers) to keep telemetry safe.

Constructors

Link copied to clipboard
constructor(attempted: Int, sent: Int, permanentFailed: Int, transientFailed: Int, rejected: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val sent: Int
Link copied to clipboard