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 ecdc840 commit 1f041b3Copy full SHA for 1f041b3
src/models/integration-error.model.ts
@@ -1,6 +1,7 @@
1
export enum IntegrationErrorType {
2
INTEGRATION_REFRESH_ERROR = "integration/refresh-error",
3
CONTACT_CREATE_ERROR_CONFLICT = "contact/create-error/conflict",
4
+ CONTACT_CREATE_ERROR_EMAIL_CONFLICT = "contact/create-error/email-conflict",
5
}
6
7
export const DELEGATE_TO_FRONTEND_CODE = 452;
0 commit comments