-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
| res.status(404).send('Could not retrieve the answers.') |
Currently 404 catches all errors and only responds if "Something went wrong". Could the types of errors returned be more specific? For example, if parameters are invalid, this should ideally return a different error code than if the parameters were correct but no resource was found (the number isn't in the dataset).
Metadata
Metadata
Assignees
Labels
No labels