retdec-cpp
|
Exception thrown when there is an authentication or authorization error. More...
#include <exceptions.h>
Additional Inherited Members | |
![]() | |
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... | |
Exception thrown when there is an authentication or authorization error.