Skip to content

no call not recognized on 404

David Vorick requested to merge client-404 into master

Overview

Right now the client adds a 'call not recognized' error to every 404, which is not correct because sometimes 404 means 'resource not available', for example trying to download a file that can't be found on the network.

Merge request reports