25#include "AuthenticationApi.h"
28namespace authentication {
44 unsigned int code = 0ul;
std::list< ErrorField > ErrorFields
The list of the ErrorField objects.
Definition ErrorResponse.h:72
Rules all the other namespaces.
Definition AppleSignInProperties.h:24
An input field error.
Definition ErrorResponse.h:62
std::string name
The name of the input field with the invalid value.
Definition ErrorResponse.h:66
Detailed descriptions of errors returned as a response to an authentication operation.
Definition ErrorResponse.h:36
std::string error_id
The HERE Account error ID returned as a result of the authentication request.
Definition ErrorResponse.h:56
std::string message
The HERE Account error message returned as a result of the authentication request.
Definition ErrorResponse.h:50