Skip to content

Commit

Permalink
Use better error message when feed is not found
Browse files Browse the repository at this point in the history
  • Loading branch information
synzen committed Feb 1, 2025
1 parent 33eb6f6 commit 2585df1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services/backend-api/src/common/constants/api-errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ export const API_ERROR_MESSAGES: Record<ApiErrorCode, string> = {
DISCORD_CAHNNEL_INVALID: "Selected channel is not accepted",
FEED_NOT_FAILED:
"The feed is not in a failed state. It must be in a failed state for it to be retried.",
FEED_NOT_FOUND: "Feed does not exist",
FEED_NOT_FOUND:
"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.",
FEED_TOO_LARGE: "Feed is too large to be processed",
FEED_INVALID_FILTER_EXPRESSION: "Invalid filter expression",
FEED_CONNECTION_CANNOT_ENABLE_AUTO_DISABLED:
Expand Down

0 comments on commit 2585df1

Please sign in to comment.