Skip to content

Commit

Permalink
update error messages 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Dynamsoft committed Jan 31, 2024
1 parent 58eb155 commit 94e83d5
Showing 1 changed file with 26 additions and 21 deletions.
47 changes: 26 additions & 21 deletions common/errorList.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
| 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. |

0 comments on commit 94e83d5

Please sign in to comment.