from enum tendermint.abci.ResponseOfferSnapshot.Result

Enumeration Members

ABORT: 2

Abort all snapshot restoration

from enum value: ABORT = 2;

ACCEPT: 1

Snapshot accepted, apply chunks

from enum value: ACCEPT = 1;

REJECT: 3

Reject this specific snapshot, try others

from enum value: REJECT = 3;

REJECT_FORMAT: 4

Reject all snapshots of this format, try others

from enum value: REJECT_FORMAT = 4;

REJECT_SENDER: 5

Reject all snapshots from the sender(s), try others

from enum value: REJECT_SENDER = 5;

UNKNOWN: 0

Unknown result, abort all snapshot restoration

from enum value: UNKNOWN = 0;