VirtualBox

Changeset 51105 in vbox for trunk/include


Ignore:
Timestamp:
Apr 18, 2014 10:18:56 AM (11 years ago)
Author:
vboxsync
Message:

Missing files for previous commit

File:
1 edited

Legend:

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

    r50540 r51105  
    15231523/** The image is too small or too large for this format. */
    15241524#define VERR_VD_INVALID_SIZE                        (-3211)
     1525/** Configuration value is unknown. This indicates misconfiguration. */
     1526#define VERR_VD_UNKNOWN_CFG_VALUES                  (-3212)
     1527/** Interface is unknown. This indicates misconfiguration. */
     1528#define VERR_VD_UNKNOWN_INTERFACE                   (-3213)
    15251529/** Generic: Invalid image file header. Use this for plugins. */
    15261530#define VERR_VD_GEN_INVALID_HEADER                  (-3220)
     
    15471551/** iSCSI: Invalid header, i.e. dummy for validity check. */
    15481552#define VERR_VD_ISCSI_INVALID_HEADER                (-3250)
    1549 /** iSCSI: Configuration value is unknown. This indicates misconfiguration. */
    1550 #define VERR_VD_ISCSI_UNKNOWN_CFG_VALUES            (-3251)
    1551 /** iSCSI: Interface is unknown. This indicates misconfiguration. */
    1552 #define VERR_VD_ISCSI_UNKNOWN_INTERFACE             (-3252)
    15531553/** iSCSI: Operation can't be done in current image state. */
    1554 #define VERR_VD_ISCSI_INVALID_STATE                 (-3253)
     1554#define VERR_VD_ISCSI_INVALID_STATE                 (-3251)
    15551555/** iSCSI: Invalid device type (not a disk). */
    1556 #define VERR_VD_ISCSI_INVALID_TYPE                  (-3254)
     1556#define VERR_VD_ISCSI_INVALID_TYPE                  (-3252)
    15571557/** iSCSI: Initiator secret not decrypted */
    1558 #define VERR_VD_ISCSI_SECRET_ENCRYPTED              (-3255)
     1558#define VERR_VD_ISCSI_SECRET_ENCRYPTED              (-3253)
    15591559/** VHD: Invalid image file header. */
    15601560#define VERR_VD_VHD_INVALID_HEADER                  (-3260)
Note: See TracChangeset for help on using the changeset viewer.

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