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 b67bdfc commit 8f88276Copy full SHA for 8f88276
src/models/integration-error.model.ts
@@ -3,6 +3,8 @@ export enum IntegrationErrorType {
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",
6
+ CONTACT_CREATE_ERROR_TOO_MANY_NUMBERS = "contact/create-error/too-many-numbers",
7
+ CONTACT_UPDATE_ERROR_TOO_MANY_NUMBERS = "contact/update-error/too-many-numbers",
8
}
9
10
export const DELEGATE_TO_FRONTEND_CODE = 452;
0 commit comments