20 #ifndef CURL_ERROR_HXX 21 #define CURL_ERROR_HXX 35 :std::runtime_error(std::forward<M>(_msg)), status(_status) {}
HttpStatusError(unsigned _status, M &&_msg) noexcept
unsigned GetStatus() const noexcept
Thrown when an unsuccessful status was received from the HTTP server.