Nakama C++ Client SDK 2.5.1
Client for Nakama Server
|
A logical error which may occur on the server. More...
#include <NRtError.h>
Public Member Functions | |
NRtError () | |
NRtError (RtErrorCode code, const std::string &message) | |
NRtError (RtErrorCode code, std::string &&message) | |
Public Attributes | |
RtErrorCode | code = RtErrorCode::UNKNOWN |
The error code. More... | |
std::string | message |
A message in English to help developers debug the response. More... | |
NStringMap | context |
Additional error details which may be different for each response. More... | |
A logical error which may occur on the server.
|
inline |
|
inline |
|
inline |
RtErrorCode NRtError::code = RtErrorCode::UNKNOWN |
The error code.
NStringMap NRtError::context |
Additional error details which may be different for each response.
std::string NRtError::message |
A message in English to help developers debug the response.