added an error

This commit is contained in:
Dorian Zedler 2020-05-15 16:22:29 +02:00
parent 2893d341c2
commit 974cf6e780
Signed by: dorian
GPG key ID: 989DE36109AFA354

View file

@ -129,6 +129,7 @@ public:
RequiredParameterNotGivenError = 405,
CurrentStateNotVaildForOperationError = 403,
AccessDeniedError = 401,
NoSessionActiveError = 408,
Error = 900,
NotConnectedError = 910,