Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions site/netlify/functions/error-reporting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ const USER_INPUT_ERROR_MESSAGE_PATTERNS: string[] = [
'When resolving config file',
'NETLIFY_AUTH_TOKEN is not set',
'Project not found. Please rerun',
'Not authorized to view the currently linked project',
'could not retrieve project',
"You don't appear to be in a folder that is linked to a project",
'EADDRINUSE: address already in use',
]

const isUserInputError = (message: unknown): boolean =>
Expand Down
Loading