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