X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Ferror.c;h=e0816b52dde37f3b728889c7e6bb4ea8a415f0b5;hp=ac12cec440422bfab91cca9712d0bc508d2bab1c;hb=8b676e7d340fb8197824745eb387e1d3154e6f60;hpb=065b2b3513da8692efab0cd5344c054f246fa635 diff --git a/src/error.c b/src/error.c index ac12cec4..e0816b52 100644 --- a/src/error.c +++ b/src/error.c @@ -334,6 +334,18 @@ 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"), + [WIMLIB_ERR_SNAPSHOT_FAILURE] + = T("Unable to create a filesystem snapshot"), }; WIMLIBAPI const tchar *