public static final class UpdateEngine.ErrorCodeConstants extends Object
Modifier and Type | Field and Description |
---|---|
static int |
DOWNLOAD_PAYLOAD_VERIFICATION_ERROR |
static int |
DOWNLOAD_TRANSFER_ERROR |
static int |
ERROR |
static int |
FILESYSTEM_COPIER_ERROR |
static int |
INSTALL_DEVICE_OPEN_ERROR |
static int |
KERNEL_DEVICE_OPEN_ERROR |
static int |
PAYLOAD_HASH_MISMATCH_ERROR |
static int |
PAYLOAD_MISMATCHED_TYPE_ERROR |
static int |
PAYLOAD_SIZE_MISMATCH_ERROR |
static int |
POST_INSTALL_RUNNER_ERROR |
static int |
SUCCESS |
Constructor and Description |
---|
ErrorCodeConstants() |
public static final int SUCCESS
public static final int ERROR
public static final int FILESYSTEM_COPIER_ERROR
public static final int POST_INSTALL_RUNNER_ERROR
public static final int PAYLOAD_MISMATCHED_TYPE_ERROR
public static final int INSTALL_DEVICE_OPEN_ERROR
public static final int KERNEL_DEVICE_OPEN_ERROR
public static final int DOWNLOAD_TRANSFER_ERROR
public static final int PAYLOAD_HASH_MISMATCH_ERROR
public static final int PAYLOAD_SIZE_MISMATCH_ERROR
public static final int DOWNLOAD_PAYLOAD_VERIFICATION_ERROR