Skip to content

Commit 7d69ccd

Browse files
committed
🥅 add generic frontend error code
1 parent f4c9e12 commit 7d69ccd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
export enum IntegrationErrorType {
22
INTEGRATION_REFRESH_ERROR = "integration/refresh-error",
3+
CONTACT_CREATE_ERROR_CONFLICT = "contact/create-error/conflict",
34
}
5+
6+
export const DELEGATE_TO_FRONTEND_CODE = 452;

0 commit comments

Comments
 (0)