Fix an issue (an error message not displayed) at a password mismatch.
Expected Behavior
An error message is displayed at filling in a wrong password and trying a mount.
Actual Behavior
The error message is not displayed, and the UI is hanged.
Reason
There are some lines to call the new function handleResultCode to check an error code from the NaCl layer. In one line of them, the passed arguments are wrong. For instance, I forgot to pass the fileSystemId argument...
Abstract
Fix an issue (an error message not displayed) at a password mismatch.
Expected Behavior
An error message is displayed at filling in a wrong password and trying a mount.
Actual Behavior
The error message is not displayed, and the UI is hanged.
Reason
There are some lines to call the new function
handleResultCode
to check an error code from the NaCl layer. In one line of them, the passed arguments are wrong. For instance, I forgot to pass thefileSystemId
argument...