White Papers

Version 1.0.0 21
MessageID (OUT parameter) Message MessageArguments[]
VF004
Invalid value of parameter
<parameter>
OSVolumeLabel, PartitionIndex,
PartitionType, HashType,
ShareType
VF012 SD card not present
VF013 SD card locked
VF015 VFlash not enabled
VF016 SD card is read only
VF019 Not enough space on SD card
VF021 Exceeded maximum partition size
VF022 Partition size below minimum
VF023 Partition label not unique
VF031 Invalid partition label
VF032 Invalid partition type
VF040 Image hash verification failed
VF041 Remote mount failed
VF042 Remote file missing
VF043 Remote file too large
VF044 TFTP download failed
VF045 FTP download failed
VF046 HTTP download failed
VF052 SD card not ready
8.5 DCIM_PersistentStorageService.DeletePartition()
The DeletePartition( ) method is used for deleting a partition on a vFlash.
Upon the successful execution of the DeletePartition() method, the DCIM_OpaqueManagementData
instance with PartitionIndex property equal to the PartitionIndex parameter shall be deleted.
Return code values for the DeletePartition( ) method are specified in Table 23 and parameters are
specified in Table 24.
Table 23DeletePartition() Method: Return Code Values
Value Description
0 Completed with no error
2 Failed
Table 24DeletePartition() Method: Parameters
Qualifiers Name Type Description/Values
IN, REQ PartitionIndex Uint16
The index of the partition that shall have value be
between 1 and 16.
OUT MessageID String Error MessageID
OUT Message String Error Message