VirtualBox

儲存庫 vbox 的更動 18342


忽略:
時間撮記:
2009-3-26 下午06:33:07 (16 年 以前)
作者:
vboxsync
訊息:

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

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • 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
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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