1#ifndef TENDUKE_OAUTH_OAUTHEXCEPTION_H
2#define TENDUKE_OAUTH_OAUTHEXCEPTION_H
4#include "TendukeException.h"
37 const std::string &errorDescription
59 const std::string error;
Base class for exceptions thrown by 10Duke C++ clients.
Definition TendukeException.h:13
Generic OAuth-related exception.
Definition OAuthException.h:15
std::string getErrorDescription() const
Error description.
Definition OAuthException.h:55
std::string getError() const
Error code.
Definition OAuthException.h:50
Phase getPhase() const
The phase where this exception occurred.
Definition OAuthException.h:45
Phase
Phase where this exception occurred.
Definition OAuthException.h:21
OAuthException(Phase phase, std::string error, const std::string &errorDescription)
Constructs new instance.
Definition OAuthException.h:34
OAuth services.
Definition AccessTokenRequestAuthenticator.h:8
Root for classes, functions and globals of 10Duke C++ Client.
Definition BackendConfiguration.h:7