]> wimlib.net Git - wimlib/blobdiff - src/error.c
Add experimental support for Windows VSS
[wimlib] / src / error.c
index af212db04b3f3f117470699ae40155be88a98de2..e0816b52dde37f3b728889c7e6bb4ea8a415f0b5 100644 (file)
@@ -340,6 +340,12 @@ static const tchar * const error_strings[] = {
        [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"),
+       [WIMLIB_ERR_SNAPSHOT_FAILURE]
+               = T("Unable to create a filesystem snapshot"),
 };
 
 WIMLIBAPI const tchar *