You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to be able to detect connection issues and other network problems and report them to the user. As of now, we can detect errors coming from the API itself (see kdeck::Api::HandleResponse) but all API requests are invoked from various parts of the UI code so there's not a universal handler of other kinds of errors and we just show a generic message.
In #49, it was discovered that a particular exception type is thrown if a server cannot be authenticated (see RequestExecutor::RequestExecutionError. It is not known yet if this is the only exception type that can come from Oat++'s client framework.
The text was updated successfully, but these errors were encountered:
We need to be able to detect connection issues and other network problems and report them to the user. As of now, we can detect errors coming from the API itself (see kdeck::Api::HandleResponse) but all API requests are invoked from various parts of the UI code so there's not a universal handler of other kinds of errors and we just show a generic message.
In #49, it was discovered that a particular exception type is thrown if a server cannot be authenticated (see RequestExecutor::RequestExecutionError. It is not known yet if this is the only exception type that can come from Oat++'s client framework.
The text was updated successfully, but these errors were encountered: