38Forbidden, //< Accessing the requested ressource on the server was forbidden
39NotFound, //< The requested path in the URL does not exist on the server
40Unauthorized, //<< No auth data given but authorization required
41AuthFailed, //<< Auth data was given, but authorization failed
42ServerReturnedError, //<< A error was returned by the server that is not explicitly handled
43MissingData, //<< The download was a multirange download and we did not get all data that was requested, if that is returned some ranges might have been downloaded successful
44RangeFail, //<< The download was a multirange download but the server decided to return the full file.
45Http2Error, //<< Special error code for HTTP2 related errors