]> wimlib.net Git - wimlib/blobdiff - src/error.c
win32_common.c: get NTSTATUS error messages from ntdll
[wimlib] / src / error.c
index ac12cec440422bfab91cca9712d0bc508d2bab1c..5afaec1ca65d00d90d832ad11537dbecd786c3a6 100644 (file)
@@ -334,6 +334,16 @@ static const tchar * const error_strings[] = {
                = T("The capture configuration file could not be read"),
        [WIMLIB_ERR_WIM_IS_INCOMPLETE]
                = T("The WIM file is incomplete"),
+       [WIMLIB_ERR_COMPACTION_NOT_POSSIBLE]
+               = T("The WIM file cannot be compacted because of its format, "
+                   "its layout, or the write parameters specified by the user"),
+       [WIMLIB_ERR_IMAGE_HAS_MULTIPLE_REFERENCES]
+               = T("The WIM image cannot be modified because it is currently "
+                   "referenced from multiple places"),
+       [WIMLIB_ERR_DUPLICATE_EXPORTED_IMAGE]
+               = T("The destination WIM already contains one of the source images"),
+       [WIMLIB_ERR_CONCURRENT_MODIFICATION_DETECTED]
+               = T("A file being added to a WIM image was concurrently modified"),
 };
 
 WIMLIBAPI const tchar *