clean up cloud errors
This commit is contained in:
parent
8c58a22247
commit
25124cc295
@ -35,8 +35,15 @@ public:
|
||||
|
||||
QString nameSpace() const;
|
||||
|
||||
// API methods
|
||||
Q_INVOKABLE void processAuthenticate(const QVariantMap ¶ms);
|
||||
public:
|
||||
enum CloudError {
|
||||
CloudErrorNoError,
|
||||
CloudErrorAuthenticationFailed,
|
||||
CloudErrorCloudConnectionDisabled,
|
||||
CloudErrorIdentyServerNotReachable,
|
||||
CloudErrorProxyServerNotReachable,
|
||||
CloudErrorLoginCredentialsMissing
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
|
||||
@ -586,6 +586,14 @@
|
||||
"o:repeating": "$ref:RepeatingOption",
|
||||
"o:startTime": "Time"
|
||||
},
|
||||
"CloudError": [
|
||||
"CloudErrorNoError",
|
||||
"CloudErrorAuthenticationFailed",
|
||||
"CloudErrorCloudConnectionDisabled",
|
||||
"CloudErrorIdentyServerNotReachable",
|
||||
"CloudErrorProxyServerNotReachable",
|
||||
"CloudErrorLoginCredentialsMissing"
|
||||
],
|
||||
"CreateMethod": [
|
||||
"CreateMethodUser",
|
||||
"CreateMethodAuto",
|
||||
|
||||
Reference in New Issue
Block a user