Skip to content

Commit 63d6c1b

Browse files
authored
docs(licensing): adjust licensing table (#670)
1 parent 3cfa40f commit 63d6c1b

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

licensing/license-errors-warnings.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,17 @@ An invalid license can be caused by any of the following:
2727
When using Telerik UI for ASP.NET AJAX in a project with an expired or missing license, the `Telerik.Licensing` build task will indicate the following errors:
2828

2929

30-
| Error or Condition | Solution |
31-
| --- | --- |
32-
| `No license key is detected` | [Set up a license key]({%slug licensing/license-key%}) to activate the UI controls and remove the error message. |
33-
| `Invalid license key` | [Download a new license key]({%slug licensing/license-key%}#downloading-the-license-key) and use it to activate the UI controls and remove the error message. |
34-
| `Your subscription license has expired.` | Renew your subscription and [download a new license key]({%slug licensing/license-key%}#downloading-the-license-key). |
35-
| `Your perpetual license is invalid.` | You are using a product version released outside the validity period of your perpetual license. To remove the error message, do either of the following: |
36-
| | - Renew your license, then download a new license key and use it to activate the controls. |
37-
| | - Downgrade to a product version included in your perpetual license as indicated in the message. |
38-
| `Your trial license has expired.` | Purchase a commercial license to continue using the product. |
39-
| `Your license is not valid for the detected product(s).` | Review the purchase options for the listed products. Alternatively, remove the references to the listed packages from `package.json`. |
30+
| Error or Condition |Message Code | Solution |
31+
| -------------------------------------------------------- |------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
32+
| `No license key is detected` |`TKL002` | [Set up a license key]({%slug licensing/license-key%}) to activate the UI controls and remove the error message. |
33+
| `Invalid license key` |`TKL003` | [Download a new license key]({%slug licensing/license-key%}#downloading-the-license-key) and use it to activate the UI controls and remove the error message. |
34+
| `Your subscription license has expired.` |`TKL103`, `TKL104` | Renew your subscription and [download a new license key]({%slug licensing/license-key%}#downloading-the-license-key). |
35+
| `Your perpetual license is invalid.` |`TKL102` | You are using a product version released outside the validity period of your perpetual license. To remove the error message, do either of the following: |
36+
| | | - Renew your license, then download a new license key and use it to activate the controls. |
37+
| | | - Downgrade to a product version included in your perpetual license as indicated in the message. |
38+
| `Your trial license has expired.` |`TKL105` | Purchase a commercial license to continue using the product. |
39+
| `Your license is not valid for the detected product(s).` |`TKL101` | Review the purchase options for the listed products. Alternatively, remove the references to the listed packages from `package.json`. |
40+
4041

4142
## See Also
4243

0 commit comments

Comments
 (0)