1#ifndef TENDUKE_HTTP_NOTFOUND_H
2#define TENDUKE_HTTP_NOTFOUND_H
4#include "./ClientError.h"
21 const std::string &message
NotFound(int httpStatusCode, const std::string &message)
Constructs new instance.
Definition NotFound.h:19
4xx-series, base class for many 4xx-exceptions.
Definition ClientError.h:13
ClientError(int httpStatusCode, const std::string &message)
Constructs new instance.
Definition ClientError.h:20
NotFound(int httpStatusCode, const std::string &message)
Constructs new instance.
Definition NotFound.h:19
HTTP-related services.
Definition BadRequest.h:6
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4