Changeset 21742 in vbox for trunk/include/iprt
- Timestamp:
- Jul 21, 2009 12:26:05 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 50319
- Location:
- trunk/include/iprt
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/err.h
r21593 r21742 1070 1070 /** @} */ 1071 1071 1072 /** @name RTManifest status codes 1073 * @{ */ 1074 /** A digest type used in the manifest file isn't supported */ 1075 #define VERR_MANIFEST_UNSUPPORTED_DIGEST_TYPE (-900) 1076 /** An entry in the manifest file couldn't be interpreted correctly */ 1077 #define VERR_MANIFEST_WRONG_FILE_FORMAT (-901) 1078 /** A digest doesn't match the corresponding file */ 1079 #define VERR_MANIFEST_DIGEST_MISMATCH (-902) 1080 /** The file list doesn't match to the content of the manifest file */ 1081 #define VERR_MANIFEST_FILE_MISMATCH (-903) 1082 /** @} */ 1083 1072 1084 /* SED-END */ 1073 1085
Note:
See TracChangeset
for help on using the changeset viewer.