]> wimlib.net Git - wimlib/blobdiff - src/error.c
Add new error codes for xattr extraction errors
[wimlib] / src / error.c
index 26fc10a4511e395b16b7faec8a6ebb785d888f1f..cccb815f58373483f44c398bc7e4b851e3c4a6a5 100644 (file)
@@ -342,6 +342,10 @@ static const tchar * const error_strings[] = {
                = T("A file being added to a WIM image was concurrently modified"),
        [WIMLIB_ERR_SNAPSHOT_FAILURE]
                = T("Unable to create a filesystem snapshot"),
+       [WIMLIB_ERR_INVALID_XATTR]
+               = T("An extended attribute entry in the WIM image is invalid"),
+       [WIMLIB_ERR_SET_XATTR]
+               = T("Failed to set an extended attribute on an extracted file"),
 #ifdef ENABLE_TEST_SUPPORT
        [WIMLIB_ERR_IMAGES_ARE_DIFFERENT]
                = T("A difference was detected between the two images being compared"),