X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Futil.c;h=f6d3253d790f3d7af898ee3e18d66d631882ec86;hp=7916f40a77b8a0b333af90c163e4b6d2ca8458a5;hb=d444f2e5ddee51e7d9d0401cffcf88477c180422;hpb=fee5630a638f27b95b361cee6fa53bb948d82881 diff --git a/src/util.c b/src/util.c index 7916f40a..f6d3253d 100644 --- a/src/util.c +++ b/src/util.c @@ -352,6 +352,12 @@ static const tchar *error_strings[] = { = T("The user-provided progress function returned an unrecognized value"), [WIMLIB_ERR_MKNOD] = T("Unable to create a special file (e.g. device node or socket)"), + [WIMLIB_ERR_MOUNTED_IMAGE_IS_BUSY] + = T("There are still files open on the mounted WIM image"), + [WIMLIB_ERR_NOT_A_MOUNTPOINT] + = T("There is not a WIM image mounted on the directory"), + [WIMLIB_ERR_NOT_PERMITTED_TO_UNMOUNT] + = T("The current user does not have permission to unmount the WIM image"), }; /* API function documented in wimlib.h */