VirtualBox

Changeset 18342 in vbox


Ignore:
Timestamp:
Mar 26, 2009 6:33:07 PM (16 years ago)
Author:
vboxsync
Message:

iprt/err.h: Created a group for internal processing error codes since we're rapidly running out of space in the generic range.

File:
1 edited

Legend:

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

    r18329 r18342  
    361361/** Pagetable not present. */
    362362#define VERR_PAGE_TABLE_NOT_PRESENT         (-31)
    363 /** Internal error - we're screwed if this happens. */
    364 #define VERR_INTERNAL_ERROR                 (-32)
     363
    365364/** The per process timer is busy. */
    366365#define VERR_TIMER_BUSY                     (-33)
     
    505504/** Invalid Base64 encoding. */
    506505#define VERR_INVALID_BASE64_ENCODING        (-87)
    507 /** Internal error no. 2 - we're screwed if this happens. */
    508 #define VERR_INTERNAL_ERROR_2               (-88)
    509 /** Internal error no. 3 - we're screwed if this happens. */
    510 #define VERR_INTERNAL_ERROR_3               (-89)
    511506/** @} */
    512507
     
    609604/** RTDirReadEx() failed to retrieve the extra data which was requested. */
    610605#define VWRN_NO_DIRENT_INFO                 203
     606/** @} */
     607
     608
     609/** @name Internal Processing Errors
     610 * @{
     611 */
     612/** Internal error - we're screwed if this happens.  */
     613#define VERR_INTERNAL_ERROR                 (-225)
     614/** Internal error no. 2. */
     615#define VERR_INTERNAL_ERROR_2               (-226)
     616/** Internal error no. 3. */
     617#define VERR_INTERNAL_ERROR_3               (-227)
     618/** Internal error no. 4. */
     619#define VERR_INTERNAL_ERROR_4               (-228)
     620/** Internal error no. 5. */
     621#define VERR_INTERNAL_ERROR_5               (-229)
     622/** Internal error: Unexpected status code. */
     623#define VERR_IPE_UNEXPECTED_STATUS          (-230)
     624/** Internal error: Unexpected status code. */
     625#define VERR_IPE_UNEXPECTED_INFO_STATUS     (-231)
     626/** Internal error: Unexpected status code. */
     627#define VERR_IPE_UNEXPECTED_ERROR_STATUS    (-232)
    611628/** @} */
    612629
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