fixed: ignore error dialog for 401
Description
Now App lounge ignores showing error dialog for unauthorized users. As token is refreshed automatically in background.
Screenshots
Technical details
Now we throw exceptions for all types of network error and error dialog is shown after catching the exception. But we need to ignore throwing exceptions and showing error dialog if status code is 401 (Unauthorized user).