olp-cpp-sdk  1.19.0
Public Attributes | List of all members
olp::authentication::ErrorResponse Struct Reference

Detailed descriptions of errors returned as a response to an authentication operation. More...

#include <ErrorResponse.h>

Inheritance diagram for olp::authentication::ErrorResponse:
Inheritance graph
[legend]

Public Attributes

unsigned int code = 0ul
 The HERE Account error code returned as a result of the authentication request. In case of the error code 400200 that specifies that invalid data was sent as a part of the request, further details can be retrieved by calling the error_fields method of the response. More...
 
std::string message
 The HERE Account error message returned as a result of the authentication request.
 
std::string error_id
 The HERE Account error ID returned as a result of the authentication request.
 

Detailed Description

Detailed descriptions of errors returned as a response to an authentication operation.

You can get the following information on the errors: the name of the field with the invalid value, error code, message, and ID.

Member Data Documentation

◆ code

unsigned int olp::authentication::ErrorResponse::code = 0ul

The HERE Account error code returned as a result of the authentication request. In case of the error code 400200 that specifies that invalid data was sent as a part of the request, further details can be retrieved by calling the error_fields method of the response.

See also
ErrorFields, ErrorField.

The documentation for this struct was generated from the following file: