Skip to content

Commit 69c47eb

Browse files
committed
🥅 Add invalid phone type to errors
1 parent 93e922c commit 69c47eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/models/integration-error.model.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ export enum IntegrationErrorType {
33
INTEGRATION_REFRESH_ERROR = "integration/refresh-error",
44
CONTACT_CREATE_ERROR_CONFLICT = "contact/create-error/conflict",
55
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",
6+
CONTACT_ERROR_TOO_MANY_NUMBERS = "contact/error/too-many-numbers",
7+
CONTACT_ERROR_INVALID_PHONE_TYPE = "contact/error/invalid-phone-type",
88
}
99

1010
export const DELEGATE_TO_FRONTEND_CODE = 452;

0 commit comments

Comments
 (0)