X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Ferror.c;h=ea434912cc59184e2c5ca4cbfb975c5fe95f91ce;hp=ac12cec440422bfab91cca9712d0bc508d2bab1c;hb=ae7d142ac04cf51ba134750f3338f43af285a433;hpb=065b2b3513da8692efab0cd5344c054f246fa635 diff --git a/src/error.c b/src/error.c index ac12cec4..ea434912 100644 --- a/src/error.c +++ b/src/error.c @@ -334,6 +334,14 @@ 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"), }; WIMLIBAPI const tchar *