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 93e922c commit 69c47ebCopy full SHA for 69c47eb
src/models/integration-error.model.ts
@@ -3,8 +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",
+ CONTACT_ERROR_TOO_MANY_NUMBERS = "contact/error/too-many-numbers",
+ CONTACT_ERROR_INVALID_PHONE_TYPE = "contact/error/invalid-phone-type",
8
}
9
10
export const DELEGATE_TO_FRONTEND_CODE = 452;
0 commit comments