Skip to content

Commit 48b8f4d

Browse files
committed
🍱 Add INTEGRATION_ERROR_LICENSE_ACCESS_LIMITED
1 parent ed1a133 commit 48b8f4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/models/integration-error.model.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export enum IntegrationErrorType {
55
INTEGRATION_REFRESH_ERROR = "integration/refresh-error",
66
INTEGRATION_ERROR_FORBIDDEN = "integration/error/forbidden",
77
INTEGRATION_ERROR_UNAVAILABLE = "integration/error/unavailable",
8+
INTEGRATION_ERROR_LICENSE_ACCESS_LIMITED = "integration/error/license-access-limited",
89

910
ENTITY_ERROR_CONFLICT = "entity/error/conflict",
1011
ENTITY_NOT_FOUND = "entity/not-found",

0 commit comments

Comments
 (0)