Nakama C++ Client SDK 2.5.1
Client for Nakama Server
NHttpResponse Struct Reference

#include <NHttpTransportInterface.h>

Public Attributes

int statusCode = 0
 
std::string body
 HTTP status code, 200 - OK. More...
 
std::string errorMessage
 response body More...
 

Member Data Documentation

◆ body

std::string NHttpResponse::body

HTTP status code, 200 - OK.

◆ errorMessage

std::string NHttpResponse::errorMessage

response body

◆ statusCode

int NHttpResponse::statusCode = 0

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