VirtualBox

Changeset 57213 in vbox for trunk/include


Ignore:
Timestamp:
Aug 6, 2015 10:19:16 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
101965
Message:

split VERR_VD_RAW_INVALID_HEADER a bit further to have better error messages under certain conditions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/err.h

    r57203 r57213  
    16221622/** Unable to locate a usable DMG file within the XAR archive. */
    16231623#define VERR_VD_DMG_NOT_FOUND_INSIDE_XAR            (-3285)
     1624/** The size of the raw image is not dividable by 512 */
     1625#define VERR_VD_RAW_SIZE_MODULO_512                 (-3286)
     1626/** The size of the raw image is not dividable by 2048 */
     1627#define VERR_VD_RAW_SIZE_MODULO_2048                (-3287)
     1628/** The size of the raw optical image is too small (<= 32K) */
     1629#define VERR_VD_RAW_SIZE_OPTICAL_TOO_SMALL          (-3288)
     1630/** The size of the raw floppy image is too big (>2.88MB) */
     1631#define VERR_VD_RAW_SIZE_FLOPPY_TOO_BIG             (-3289)
     1632
    16241633/** @} */
    16251634
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette