Skip to content

ResponseApplySnapshotChunk_Result

JaapWijnen edited this page May 4, 2021 · 2 revisions

ResponseApplySnapshotChunk.Result

public enum Result 

Enumeration Cases

unknown

Unknown result, abort all snapshot restoration.

case unknown

accept

The chunk was accepted.

case accept

abort

Abort snapshot restoration, and don't try any other snapshots.

case abort

retry

Reapply this chunk, combine with refetchChunks and rejectSenders as appropriate.

case retry

retrySnapshot

Restart this snapshot from OfferSnapshot, reusing chunks unless instructed otherwise.

case retrySnapshot

rejectSnapshot

Reject this snapshot, try a different one.

case rejectSnapshot
Clone this wiki locally