aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArttu Tarkiainen <arttu.tarkiainen@qt.io>2024-03-07 14:14:40 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-03-11 08:05:38 +0000
commitac656794a1ccc9864a5a4fd9c4672dd3d942bff1 (patch)
treea719b78ae30c79166b74d3ec54fcea4ddf865da6
parente0018367d85e34d1a8afdc487f51813501c18391 (diff)
Update map of possible server response codesv.3.0.0-rc1
Change-Id: I775f03897e98f5a936c773ec61a00a6d115333ea Reviewed-by: Lam Pham <lam.pham@qt.io> Reviewed-by: Iikka Eklund <iikka.eklund@qt.io> (cherry picked from commit 8c84a165df2dc42d55661153619a7be639a1a268) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/libs/qlicensecore/status.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/qlicensecore/status.cpp b/src/libs/qlicensecore/status.cpp
index 039c83f..18b2641 100644
--- a/src/libs/qlicensecore/status.cpp
+++ b/src/libs/qlicensecore/status.cpp
@@ -55,6 +55,7 @@ static const std::map<std::string, Status> sc_responseInfoMap = {
{"4101002", Status::BAD_REQUEST}, // Username invalid
{"4010000", Status::UNAUTHORIZED}, // Authentication failed
{"4100000", Status::UNAUTHORIZED}, // Not authorized
+ {"4001000", Status::UNAUTHORIZED}, // Not authorized
{"4100012", Status::LICENSE_POOL_FULL}, // License pool fully reserved
{"4100010", Status::LICENSE_REJECTED}, // License not found
{"4004000", Status::SERVICE_VERSION_TOO_NEW}, // Service version is newer than Server version