Skip to content

Commit 8f88276

Browse files
committed
🥅 Add too many numbers error
1 parent b67bdfc commit 8f88276

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/models/integration-error.model.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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",
68
}
79

810
export const DELEGATE_TO_FRONTEND_CODE = 452;

0 commit comments

Comments
 (0)