retdec-cpp
List of all members
retdec::AuthError Class Reference

Exception thrown when there is an authentication or authorization error. More...

#include <exceptions.h>

Inheritance diagram for retdec::AuthError:
retdec::ApiError retdec::Error

Additional Inherited Members

- Public Member Functions inherited from retdec::ApiError
 ApiError (int code, const std::string &message, const std::string &description="")
 Creates an exception. More...
 
int getCode () const noexcept
 Returns the error code. More...
 
std::string getMessage () const
 Returns a short message describing the error. More...
 
std::string getDescription () const
 Returns a full description of the error (if any). More...
 

Detailed Description

Exception thrown when there is an authentication or authorization error.


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