libkazv
|
#include <registration.hpp>
Public Member Functions | |
JobResponse (Response r) | |
bool | success () const |
RequestTokenResponse | data () const |
An email has been sent to the specified address. More... | |
![]() | |
std::string | errorCode () const |
std::string | errorMessage () const |
JsonWrap | jsonBody () const |
constexpr bool | success () const |
json | dataJson (const std::string &key) const |
std::string | dataStr (const std::string &key) const |
std::string | jobId () const |
Additional Inherited Members | |
![]() | |
using | StatusCode = int |
![]() | |
StatusCode | statusCode |
Body | body |
Header | header |
JsonWrap | extraData |
Kazv::Api::RequestTokenToRegisterEmailJob::JobResponse::JobResponse | ( | Response | r | ) |
|
inline |
An email has been sent to the specified address.
Note that this may be an email containing the validation token or it may be informing the user of an error.
bool Kazv::Api::RequestTokenToRegisterEmailResponse::success | ( | ) | const |