What are all status that snapshot possiblely have

I have seen:

  1. SUCCESS
  2. IN_PROGRESS == Running
  3. PARTIAL == Part of snapshot failed.

Does it have other status?
such as

  1. FAILED/FAILURE? (What exactly will be?)
  2. Something else?

Hi DravenJohnson,

There are 4 total states for a snapshot:

// Snapshot process has started
IN_PROGRESS
// Snapshot process completed successfully
SUCCESS
// Snapshot failed
FAILED
// Snapshot was partially successful
PARTIAL
1 Like

Thanks