VirtualBox

Changeset 72938 in vbox for trunk/src/VBox/Main/src-all


Ignore:
Timestamp:
Jul 6, 2018 9:12:49 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123490
Message:

Main: VirtualBoxBase::setErrorInternal: Provide default error text for VBOX_E_PASSWORD_INCORRECT like we do for the other VBOX_E_XXXX status codes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-all/VirtualBoxBase.cpp

    r69500 r72938  
    336336            case VBOX_E_INVALID_SESSION_STATE: aText = "Current session state prohibits operation"; break;
    337337            case VBOX_E_OBJECT_IN_USE:         aText = "Object being in use prohibits operation"; break;
     338            case VBOX_E_PASSWORD_INCORRECT:    aText = "Incorrect password provided"; break;
    338339            default:                           aText = "Unknown error"; break;
    339340        }
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