Skip to content

Commit 8dc1bb6

Browse files
committed
✨ add invalid url error type
1 parent d6771f4 commit 8dc1bb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/models/integration-error.model.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export enum IntegrationErrorType {
2+
INTEGRATION_INVALID_URL = "integration/invalid-url",
23
INTEGRATION_REFRESH_ERROR = "integration/refresh-error",
34
CONTACT_CREATE_ERROR_CONFLICT = "contact/create-error/conflict",
45
CONTACT_CREATE_ERROR_EMAIL_CONFLICT = "contact/create-error/email-conflict",

0 commit comments

Comments
 (0)