Skip to content

Commit 1f041b3

Browse files
committed
🥅 add more bridge to frontend error types
1 parent ecdc840 commit 1f041b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export enum IntegrationErrorType {
22
INTEGRATION_REFRESH_ERROR = "integration/refresh-error",
33
CONTACT_CREATE_ERROR_CONFLICT = "contact/create-error/conflict",
4+
CONTACT_CREATE_ERROR_EMAIL_CONFLICT = "contact/create-error/email-conflict",
45
}
56

67
export const DELEGATE_TO_FRONTEND_CODE = 452;

0 commit comments

Comments
 (0)