Skip to content

Commit

Permalink
updated error codes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Dynamsoft committed Sep 26, 2023
1 parent 9babe3c commit c5cc2b9
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions common/errorList.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,24 @@ needAutoGenerateSidebar: true

# Error List

| Error Code | Error Message |
|:-|:-|
| -20100 | The standby DLS refuses to provide service while the main DLS is working. |
| -20100 | DLS refuses to provide service while under construction. |
| -20101 | The handshake code you are using does not exist on the Dynamsoft License Server. |
| -20102 | Session password is incorrect. |
| -20103 | AppDomain for handshake is not matched. |
| -20104 | No item matched. Please check your handshake and client settings. |
| -20105 | License item does not exist. |
| -20106 | Product is not matched. |
| -20107 | Version mismatch. |
| -20108 | DeploymentType is not matched. |
| -20109 | Edition is not matched. |
| -20111 | License has expired. |
| -20111 | License for this ip has expired. |
| -20112 | License has not yet taken effect. |
| -20113 | This license item "+item.getLicenseItemId()+" has been invalid. |
| -20114 | AppDomain for licenseItem is not matched. |
| -20115 | ChargeWay for licenseItem is not matched. |
| -20120 | License has exceeded its limit. |
| -20151 | Cloned device detected. |
| Original Error Code | Error Code in C++ | 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. |

0 comments on commit c5cc2b9

Please sign in to comment.