Changeset 18342 in vbox
- Timestamp:
- Mar 26, 2009 6:33:07 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/include/iprt/err.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/err.h
r18329 r18342 361 361 /** Pagetable not present. */ 362 362 #define VERR_PAGE_TABLE_NOT_PRESENT (-31) 363 /** Internal error - we're screwed if this happens. */ 364 #define VERR_INTERNAL_ERROR (-32) 363 365 364 /** The per process timer is busy. */ 366 365 #define VERR_TIMER_BUSY (-33) … … 505 504 /** Invalid Base64 encoding. */ 506 505 #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)511 506 /** @} */ 512 507 … … 609 604 /** RTDirReadEx() failed to retrieve the extra data which was requested. */ 610 605 #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) 611 628 /** @} */ 612 629
Note:
See TracChangeset
for help on using the changeset viewer.

