CPPKiteConnect
|
This exception is thrown when REST API doesn't return a HTTP OK 200
code but doesn't return any exception string either.
More...
#include <exceptions.hpp>
Public Member Functions | |
unknownException (int code, string message) | |
const char * | what () const noexcept override |
Provides short descripion of the error. More... | |
![]() | |
kiteppException (int Code_, string Message_) | |
int | code () const noexcept |
Get HTTP code sent by the REST API. More... | |
const char * | message () const noexcept |
Get error message sent by the REST API. More... | |
This exception is thrown when REST API doesn't return a HTTP OK 200
code but doesn't return any exception string either.
|
inlineoverridevirtualnoexcept |
Provides short descripion of the error.
Implements kiteconnect::kiteppException.