olp-cpp-sdk
1.22.0
|
Detailed descriptions of errors returned as a response to an authentication operation. More...
#include <ErrorResponse.h>
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 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.
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.
ErrorFields
, ErrorField
.