Description
Currently CLI is logging error messages when unknown server errors occur. As a result the enduser has no clue about the situation. We need to print some form of an error message on any error occurs on the server side.
Reason:
Currently logger.error() has been used to log the error message, this is not printed on the console.