Add ErrXrpcNotFound and treat 404s with resource-not-found tags (FileNotFound, PathNotFound, RefNotFound, etc.) as ErrXrpcNotFound. Treat other 404s as ErrXrpcUnsupported. In blob, tree, and log handlers, return the 404 page for ErrXrpcNotFound instead of the 503 page.
Signed-off-by: Nupur Agrawal nupur202000@gmail.com