Skip to content

Commit 2585df1

Browse files
committed
Use better error message when feed is not found
1 parent 33eb6f6 commit 2585df1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

services/backend-api/src/common/constants/api-errors.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ export const API_ERROR_MESSAGES: Record<ApiErrorCode, string> = {
8080
DISCORD_CAHNNEL_INVALID: "Selected channel is not accepted",
8181
FEED_NOT_FAILED:
8282
"The feed is not in a failed state. It must be in a failed state for it to be retried.",
83-
FEED_NOT_FOUND: "Feed does not exist",
83+
FEED_NOT_FOUND:
84+
"Feed does not exist or is not accessible. You may confirm by directly going to the feed link and checking that the feed is valid and publicly accessible.",
8485
FEED_TOO_LARGE: "Feed is too large to be processed",
8586
FEED_INVALID_FILTER_EXPRESSION: "Invalid filter expression",
8687
FEED_CONNECTION_CANNOT_ENABLE_AUTO_DISABLED:

0 commit comments

Comments
 (0)