|
CPPKiteConnect
|
Represents user input errors such as missing and invalid parameters. More...
#include <exceptions.hpp>


Public Member Functions | |
| inputException (int code, string message) | |
| const char * | what () const noexcept override |
| Provides short descripion of the error. More... | |
Public Member Functions inherited from kiteconnect::kiteppException | |
| 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... | |
Represents user input errors such as missing and invalid parameters.
|
inlineoverridevirtualnoexcept |
Provides short descripion of the error.
Implements kiteconnect::kiteppException.