Discussions

Ask a Question
Back to All

Can RR return 404 instead of 500 for Manifest not found?

If the manifest is not found, we are getting HTTP 500 with this error:

Manifest not found: sql: no rows in result set

This might happen, e.g. if the manifest is already deleted.

Can RR return HTTP 404 instead? We would like to filter based on 404 instead of 500 - since 500 can indicate other errors.