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