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 f4c9e12 commit 7d69ccdCopy full SHA for 7d69ccd
src/models/integration-error.model.ts
@@ -1,3 +1,6 @@
1
export enum IntegrationErrorType {
2
INTEGRATION_REFRESH_ERROR = "integration/refresh-error",
3
+ CONTACT_CREATE_ERROR_CONFLICT = "contact/create-error/conflict",
4
}
5
+
6
+export const DELEGATE_TO_FRONTEND_CODE = 452;
0 commit comments