From 94e83d5c32623e8394e3a0f2dc0cc4734af6d8ed Mon Sep 17 00:00:00 2001 From: Tom Kent Date: Wed, 31 Jan 2024 10:50:48 -0800 Subject: [PATCH] update error messages 2 --- common/errorList.md | 47 +++++++++++++++++++++++++-------------------- 1 file changed, 26 insertions(+), 21 deletions(-) diff --git a/common/errorList.md b/common/errorList.md index 48e5bd3..8b6bc7b 100644 --- a/common/errorList.md +++ b/common/errorList.md @@ -9,24 +9,29 @@ needAutoGenerateSidebar: true # Error List -| Original Error Code | Error Code in Dynamsoft Products | Error Message | -| :------------------ | :------------------------------- | -| 100 | -20100 | The standby DLS refuses to provide service while the main DLS is working. | -| 100 | -20100 | DLS refuses to provide service while under construction. | -| 101 | -20101 | The handshake code you are using does not exist on the Dynamsoft License Server. | -| 102 | -20102 | Session password is incorrect. | -| 103 | -20103 | AppDomain for handshake is not matched. | -| 104 | -20104 | No item matched. Please check your handshake and client settings. | -| 105 | -20105 | License item does not exist. | -| 106 | -20106 | Product is not matched. | -| 107 | -20107 | Version mismatch. | -| 108 | -20108 | DeploymentType is not matched. | -| 109 | -20109 | Edition is not matched. | -| 111 | -20111 | License has expired. | -| 111 | -20111 | License for this ip has expired. | -| 112 | -20112 | License has not yet taken effect. | -| 113 | -20113 | This license item "+item.getLicenseItemId()+" has been invalid. | -| 114 | -20114 | AppDomain for licenseItem is not matched. | -| 115 | -20115 | ChargeWay for licenseItem is not matched. | -| 120 | -20120 | License has exceeded its limit. | -| 151 | -20151 | Cloned device detected. | \ No newline at end of file +| Original Error Code | Error Code in Dynamsoft Products | Error Message | +| ------------------- | -------------------------------- | ----------------------------------------------------------------------- | +| 100 | -20100 | Service unavailable from standby DLS while primary DLS is operational. | +| 100 | -20100 | DLS cannot provide service during construction phase. | +| 101 | -20101 | Non-existent handshake code on Dynamsoft License Server. | +| 102 | -20102 | Incorrect session password. | +| 103 | -20103 | Mismatch in AppDomain for handshake. | +| 104 | -20104 | No matched license found. Verify handshake and client settings. | +| 105 | -20105 | Provided handShakeId is not compliant with version 1.5. | +| 106 | -20106 | Product mismatch detected. | +| 107 | -20107 | Incompatible version. | +| 108 | -20108 | License unsuitable for the current context. | +| 109 | -20109 | Edition mismatch identified. | +| 111 | -20111 | License expired. | +| 111 | -20111 | License expired for this IP address. | +| 112 | -20112 | License not yet effective. | +| 113 | -20113 | License item invalid or revoked. | +| 114 | -20114 | License validation field mismatch with configuration. | +| 115 | -20115 | Incompatible ChargeWay for licenseItem. | +| 120 | -20120 | License usage exceeded its limit. | +| 121 | -20121 | Organization ID does not exist or lacks a configured default handshake. | +| 122 | -20122 | Handshake Code and Organization ID mismatch. | +| 123 | -20123 | No specified handshake or organization. | +| 124 | -20124 | Missing licenseItem dependency in handshake. | +| 130 | -20130 | License quota exceeded by request count. | +| 151 | -20151 | Unauthorized device clone detected. | \ No newline at end of file