Integrations: Manage the error of no configured integrations server

This commit is contained in:
manuroe
2019-06-21 12:12:32 +02:00
parent 3538ebf484
commit 9699df26a2
5 changed files with 28 additions and 4 deletions
+2 -1
View File
@@ -54,7 +54,8 @@ FOUNDATION_EXPORT NSString *const WidgetManagerErrorDomain;
typedef enum : NSUInteger
{
WidgetManagerErrorCodeNotEnoughPower,
WidgetManagerErrorCodeCreationFailed
WidgetManagerErrorCodeCreationFailed,
WidgetManagerErrorCodeNoIntegrationsServerConfigured
}
WidgetManagerErrorCode;