olp-cpp-sdk
1.22.0
|
A response to the sign-up operation with your HERE Account user ID. More...
#include <SignUpResult.h>
Public Member Functions | |
virtual | ~SignUpResult () |
A default destructor. | |
SignUpResult () noexcept | |
A default constructor. | |
int | GetStatus () const |
Gets the HTTP status code. More... | |
const ErrorResponse & | GetErrorResponse () const |
Gets an error description. More... | |
const ErrorFields & | GetErrorFields () const |
Gets a list of all specific input field errors. More... | |
const std::string & | GetUserIdentifier () const |
Gets the HERE Account user identifier. More... | |
Friends | |
class | AuthenticationClientImpl |
A response to the sign-up operation with your HERE Account user ID.
Contains the following results of your sign-up request: status ( GetStatus ), user ID ( GetUserIdentifier ), and, in case of an unsuccessful sign-out operation, the error description ( GetErrorResponse ) and input fields errors ( GetErrorFields ).
const ErrorFields& olp::authentication::SignUpResult::GetErrorFields | ( | ) | const |
Gets a list of all specific input field errors.
const ErrorResponse& olp::authentication::SignUpResult::GetErrorResponse | ( | ) | const |
Gets an error description.
int olp::authentication::SignUpResult::GetStatus | ( | ) | const |
Gets the HTTP status code.
const std::string& olp::authentication::SignUpResult::GetUserIdentifier | ( | ) | const |
Gets the HERE Account user identifier.