SymphonyElectron/docs/features/network-error.md

26 lines
909 B
Markdown
Raw Normal View History

2019-07-25 05:40:35 -05:00
# Intro
The SDA displays a network error page when there are network failures.
2019-07-25 05:40:35 -05:00
# Platforms Supported
macOS, Windows 10
2019-07-25 05:40:35 -05:00
# Purpose
To create awareness for users to try and reload Symphony and also to understand the network error in case they need to engage the support team.
2019-07-25 05:40:35 -05:00
# Details
This error info page will be displayed in the SDA and can be any of the following reasons
2019-07-25 05:40:35 -05:00
- Network offline
- Proxy connection failed,
- Endpoint not access able
- Etc..
2019-07-25 05:40:35 -05:00
The list of all the error codes can be found [here](https://cs.chromium.org/chromium/src/net/base/net_error_list.h)
We also show a **Retry** button which upon a user clicking, Symphony is reloaded with two scenarios handled:
- If a user has already logged in, Symphony is reloaded and a user doesn't need to login
- If a user hasn't logged in yet or is on the verge of it, Symphony is reloaded and user is taken back to the login page
2019-07-25 05:40:35 -05:00
# Example
N/A