Nakama C++ Client SDK 2.5.1
Client for Nakama Server
|
#include <NError.h>
Public Member Functions | |
NError () | |
NError (const std::string &message, ErrorCode code=ErrorCode::Unknown) | |
NError (std::string &&message, ErrorCode code=ErrorCode::Unknown) | |
Public Attributes | |
std::string | message |
ErrorCode | code = ErrorCode::Unknown |
|
inline |
|
inlineexplicit |
|
inlineexplicit |
ErrorCode NError::code = ErrorCode::Unknown |
std::string NError::message |