10Duke Scale C++ Client
Loading...
Searching...
No Matches
tenduke::oauth::OAuthServerError Class Reference

#include <OAuthServerError.h>

Detailed Description

Thrown when server reported an OAuth-related error.

Inheritance diagram for tenduke::oauth::OAuthServerError:
tenduke::oauth::OAuthException tenduke::TendukeException tenduke::oauth::OAuthInvalidGrant

Public Member Functions

 OAuthServerError (Phase phase, std::string error, const std::string &errorDescription)
 Constructs new instance.
 
- Public Member Functions inherited from tenduke::oauth::OAuthException
 OAuthException (Phase phase, std::string error, const std::string &errorDescription)
 Constructs new instance.
 
Phase getPhase () const
 The phase where this exception occurred.
 
std::string getError () const
 Error code.
 
std::string getErrorDescription () const
 Error description.
 
- Public Member Functions inherited from tenduke::TendukeException
 TendukeException (const std::string &message)
 Constructs new instance.
 

Additional Inherited Members

- Public Types inherited from tenduke::oauth::OAuthException
enum  Phase { NONE , AUTHORIZATION , TOKEN_REQUEST , REFRESH_REQUEST }
 Phase where this exception occurred.
 

Constructor & Destructor Documentation

◆ OAuthServerError()

tenduke::oauth::OAuthServerError::OAuthServerError ( Phase  phase,
std::string  error,
const std::string &  errorDescription 
)
inline

Constructs new instance.

Parameters
phase-
error-
errorDescription-

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