Integrations: Manage the error of provided integrations server not responding

This commit is contained in:
manuroe
2019-06-21 15:06:41 +02:00
parent 9699df26a2
commit 5b6489c8d2
4 changed files with 15 additions and 2 deletions
+2 -1
View File
@@ -55,7 +55,8 @@ typedef enum : NSUInteger
{
WidgetManagerErrorCodeNotEnoughPower,
WidgetManagerErrorCodeCreationFailed,
WidgetManagerErrorCodeNoIntegrationsServerConfigured
WidgetManagerErrorCodeNoIntegrationsServerConfigured,
WidgetManagerErrorCodeFailedToConnectToIntegrationsServer
}
WidgetManagerErrorCode;