1#ifndef TENDUKE_HTTP_UNAUTHORIZED_H
2#define TENDUKE_HTTP_UNAUTHORIZED_H
4#include "./ClientError.h"
6namespace tenduke {
namespace http {
21 const std::string &message
4xx-series, base class for many 4xx-exceptions.
Definition ClientError.h:13
Thrown for HTTP status code 401, "Unauthorized".
Definition Unauthorized.h:12
Unauthorized(int httpStatusCode, const std::string &message)
Constructs new instance.
Definition Unauthorized.h:19
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4