public final class SaveStatus
extends Enum
Represents the status of saving the retrieved message.
Modifier and Type | Field and Description |
---|---|
static int |
Corrupted
The data is corrupted.
|
static int |
PartiallySaved
Some data could not be retrieved.
|
static int |
Success
Message saved successfully.
|
public static final int Success
Message saved successfully.
public static final int PartiallySaved
Some data could not be retrieved. The message is partially saved.
public static final int Corrupted
The data is corrupted. The message was not saved.