1#ifndef TENDUKE_HTTP_HTTPRESPONSEEXCEPTION_H
2#define TENDUKE_HTTP_HTTPRESPONSEEXCEPTION_H
4#include "./HTTPException.h"
23 const std::string &message
A generic HTTP-exception.
Definition HTTPException.h:16
HTTPException(const std::string &message)
Constructs new instance.
Definition HTTPException.h:22
HTTPResponseException(int httpStatusCode, const std::string &message)
Constructs new instance.
Definition HTTPResponseException.h:21
int getStatusCode() const
Returns the HTTP status code.
Definition HTTPResponseException.h:31
HTTP-related services.
Definition BadRequest.h:6
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4