VirtualBox

Changeset 107381 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Dec 19, 2024 1:48:22 PM (4 weeks ago)
Author:
vboxsync
Message:

Guest Control/Main: Also handle VERR_PATH_NOT_FOUND in GuestFile::i_guestErrorToString().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestFileImpl.cpp

    r106061 r107381  
    454454        CASE_MSG(VERR_ALREADY_EXISTS    , tr("Guest file \"%s\" already exists"), pcszWhat);
    455455        CASE_MSG(VERR_FILE_NOT_FOUND    , tr("Guest file \"%s\" not found"), pcszWhat);
     456        CASE_MSG(VERR_PATH_NOT_FOUND    , tr("Path to guest file \"%s\" not found"), pcszWhat);
    456457        CASE_MSG(VERR_NET_HOST_NOT_FOUND, tr("Host name \"%s\", not found"), pcszWhat);
    457458        CASE_MSG(VERR_SHARING_VIOLATION , tr("Sharing violation for guest file \"%s\""), pcszWhat);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette