|
olp-cpp-sdk
1.23.1
|
A response to your sign-out operation. More...
#include <SignOutResult.h>
Public Member Functions | |
| virtual | ~SignOutResult () |
| A default destructor. | |
| SignOutResult () 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... | |
Friends | |
| class | AuthenticationClientImpl |
A response to your sign-out operation.
Contains the following results of your sign-out request: status ( GetStatus ) and, in case of an unsuccessful sign-out operation, the error description ( GetErrorResponse ) and input field errors ( GetErrorFields ).
| const ErrorFields& olp::authentication::SignOutResult::GetErrorFields | ( | ) | const |
Gets a list of all specific input field errors.
| const ErrorResponse& olp::authentication::SignOutResult::GetErrorResponse | ( | ) | const |
Gets an error description.
| int olp::authentication::SignOutResult::GetStatus | ( | ) | const |
Gets the HTTP status code.