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 1161f45 commit 5a83e7eCopy full SHA for 5a83e7e
src/models/integration-error.model.ts
@@ -1,4 +1,5 @@
1
export enum IntegrationErrorType {
2
+ INTEGRATION_INVALID_URL = "integration/invalid-url",
3
INTEGRATION_REFRESH_ERROR = "integration/refresh-error",
4
CONTACT_CREATE_ERROR_CONFLICT = "contact/create-error/conflict",
5
CONTACT_CREATE_ERROR_EMAIL_CONFLICT = "contact/create-error/email-conflict",
0 commit comments