typedef enum { VM_PMNG_UPDATE_ERROR_NOT_ENOUGH_MOVEABLE_DRIVE_SPACE = -1, VM_PMNG_UPDATE_ERROR_NOT_ENOUGH_SYSTEM_DRIVE_SPACE = -2, VM_PMNG_UPDATE_ERROR_MISSING_ENCRYTION_METHOD = -3, VM_PMNG_UPDATE_ERROR_MISSING_ENCRYTION_KEY = -4, VM_PMNG_UPDATE_ERROR_MISSING_ENCRYTION_KEY_LENGTH = -5, VM_PMNG_UPDATE_ERROR_NOT_CALL_IN_APPLICATION = -6, VM_PMNG_UPDATE_ERROR_NOT_ENOUGH_KERNEL_MEMORY = -7, VM_PMNG_UPDATE_ERROR_NOT_FOUND_APPLICATION = -8, VM_PMNG_UPDATE_ERROR_INTERNEL_ERROR = -9 } VM_PMNG_UPDATE_RESULT;
typedef enum { VM_PMNG_UPDATE_ERROR_NOT_ENOUGH_MOVEABLE_DRIVE_SPACE = -1, VM_PMNG_UPDATE_ERROR_NOT_ENOUGH_SYSTEM_DRIVE_SPACE = -2, VM_PMNG_UPDATE_ERROR_MISSING_ENCRYTION_METHOD = -3, VM_PMNG_UPDATE_ERROR_MISSING_ENCRYTION_KEY = -4, VM_PMNG_UPDATE_ERROR_MISSING_ENCRYTION_KEY_LENGTH = -5, VM_PMNG_UPDATE_ERROR_NOT_CALL_IN_APPLICATION = -6, VM_PMNG_UPDATE_ERROR_NOT_ENOUGH_KERNEL_MEMORY = -7, VM_PMNG_UPDATE_ERROR_NOT_FOUND_APPLICATION = -8, VM_PMNG_UPDATE_ERROR_INTERNEL_ERROR = -9 } VM_PMNG_UPDATE_RESULT;
Error code for vm_pmng_exit_and_update_application. Some of the erro code are returned immediatly, some are passed to application after re-launch as the event parameter of system event VM_EVENT_UPDATE_FAIL.
vmsystem.h
|
Members |
Description |
|
VM_PMNG_UPDATE_ERROR_NOT_ENOUGH_MOVEABLE_DRIVE_SPACE = -1 |
Insufficient space on the SD card drive. |
|
VM_PMNG_UPDATE_ERROR_NOT_ENOUGH_SYSTEM_DRIVE_SPACE = -2 |
Insufficient space on the internal system drive. |
|
VM_PMNG_UPDATE_ERROR_MISSING_ENCRYTION_METHOD = -3 |
The encryption method is missing or invalid. |
|
VM_PMNG_UPDATE_ERROR_MISSING_ENCRYTION_KEY = -4 |
The encrytion key is missing. |
|
VM_PMNG_UPDATE_ERROR_MISSING_ENCRYTION_KEY_LENGTH = -5 |
The length of the encryption key is missing or invalid. |
|
VM_PMNG_UPDATE_ERROR_NOT_CALL_IN_APPLICATION = -6 |
The execution context of vm_pmng_exit_and_update_application is incorrect. This function must be called in the main thread of a LinkIt application of VXP executable format. |
|
VM_PMNG_UPDATE_ERROR_NOT_ENOUGH_KERNEL_MEMORY = -7 |
Not enough system memory. |
|
VM_PMNG_UPDATE_ERROR_NOT_FOUND_APPLICATION = -8 |
The path to update package is invalid. |
|
VM_PMNG_UPDATE_ERROR_INTERNEL_ERROR = -9 |
File system error when creating folders and files. |
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.