Why doesn't a component raise an exception when the HTTP path does not exist?

When downloading is performed via the HTTP protocol and an error occurs, a server returns HTML page containing custom information about this error. A component downloads this page that is why the process state is equal to errors but not failed. This means that resource information is not found.

Add Feedback