We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed1a133 commit 48b8f4dCopy full SHA for 48b8f4d
src/models/integration-error.model.ts
@@ -5,6 +5,7 @@ export enum IntegrationErrorType {
5
INTEGRATION_REFRESH_ERROR = "integration/refresh-error",
6
INTEGRATION_ERROR_FORBIDDEN = "integration/error/forbidden",
7
INTEGRATION_ERROR_UNAVAILABLE = "integration/error/unavailable",
8
+ INTEGRATION_ERROR_LICENSE_ACCESS_LIMITED = "integration/error/license-access-limited",
9
10
ENTITY_ERROR_CONFLICT = "entity/error/conflict",
11
ENTITY_NOT_FOUND = "entity/not-found",
0 commit comments