1#ifndef TENDUKE_HTTP_SERVERERROR_H 
    2#define TENDUKE_HTTP_SERVERERROR_H 
    4#include "./HTTPResponseException.h" 
   21            const std::string &message
 
 
 
ServerError(int httpStatusCode, const std::string &message)
Constructs new instance.
Definition ServerError.h:19
 
This exception is thrown when HTTP-request fails because of HTTP-statuscode.
Definition HTTPResponseException.h:14
 
HTTPResponseException(int httpStatusCode, const std::string &message)
Constructs new instance.
Definition HTTPResponseException.h:21
 
ServerError(int httpStatusCode, const std::string &message)
Constructs new instance.
Definition ServerError.h:19
 
HTTP-related services.
Definition BadRequest.h:6
 
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4