10Duke Scale C++ Client
Loading...
Searching...
No Matches
tenduke::se::http::ClientError Class Reference

#include <ClientError.h>

Detailed Description

Base class for exceptions when 10Duke Scale backend responds with HTTP 4xx.

Inheritance diagram for tenduke::se::http::ClientError:
tenduke::se::http::APIException tenduke::http::HTTPResponseException tenduke::http::HTTPException tenduke::net::NetworkingException tenduke::TendukeException tenduke::se::http::BadRequest tenduke::se::http::Conflict tenduke::se::http::Forbidden tenduke::se::http::NotFound tenduke::se::http::TooManyRequests tenduke::se::http::Unauthorized

Public Member Functions

 ClientError (const int code, const std::string &error, const std::string &description)
 Constructs new instance with HTTP-statuscode, error code and description.
 
 ClientError (const int code, const std::string &description)
 Constructs new instance with HTTP-statuscode and description.
 
 ClientError (const int code)
 Constructs new instance with only HTTP-status code.
 
- Public Member Functions inherited from tenduke::se::http::APIException
 APIException (const int code, std::string error, const std::string &description)
 Constructs new instance with HTTP status code, error code and description.
 
 APIException (const int code, const std::string &description)
 Constructs new instance with HTTP status code and description.
 
 APIException (const int code)
 Constructs new instance just with HTTP status code.
 
std::string getError () const
 Returns the error code.
 
std::string getDescription () const
 Returns the description.
 
- Public Member Functions inherited from tenduke::http::HTTPResponseException
 HTTPResponseException (int httpStatusCode, const std::string &message)
 Constructs new instance.
 
int getStatusCode () const
 Returns the HTTP status code.
 
- Public Member Functions inherited from tenduke::http::HTTPException
 HTTPException (const std::string &message)
 Constructs new instance.
 
- Public Member Functions inherited from tenduke::net::NetworkingException
 NetworkingException (const std::string &message)
 Constructs new instance.
 
- Public Member Functions inherited from tenduke::TendukeException
 TendukeException (const std::string &message)
 Constructs new instance.
 

Constructor & Destructor Documentation

◆ ClientError() [1/3]

tenduke::se::http::ClientError::ClientError ( const int  code,
const std::string &  error,
const std::string &  description 
)
inline

Constructs new instance with HTTP-statuscode, error code and description.

Parameters
codeHTTP-status code
error-
description-

◆ ClientError() [2/3]

tenduke::se::http::ClientError::ClientError ( const int  code,
const std::string &  description 
)
inline

Constructs new instance with HTTP-statuscode and description.

Parameters
code-
description-

◆ ClientError() [3/3]

tenduke::se::http::ClientError::ClientError ( const int  code)
inlineexplicit

Constructs new instance with only HTTP-status code.

Parameters
code-

The documentation for this class was generated from the following file: