Skip to content

Commit c105ab8

Browse files
committed
feat: update error code for license api
1 parent 6c679b2 commit c105ab8

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "1.9.8-beta-1",
3+
"version": "1.9.8-beta-2",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Shared/types.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,10 +1042,12 @@ export enum LicenseInfoDialogType {
10421042
export enum LicensingErrorCodes {
10431043
FingerPrintMisMatch = '11001',
10441044
LicenseExpired = '11002',
1045-
TamperedCertificate = '11002',
1046-
NoPublicKey = '11003',
1047-
InstallationModeMismatch = '11004',
1048-
NoCertFound = '11006',
1045+
TamperedCertificate = '11003',
1046+
NoPublicKey = '11004',
1047+
InstallationModeMismatch = '11005',
1048+
LicKeyMismatch = '11006',
1049+
NoCertFound = '11007',
1050+
LicKeyNotFound = '11008',
10491051
}
10501052

10511053
export interface LicenseErrorStruct {

0 commit comments

Comments
 (0)