11struct EduResponseError {
23 EduResponseError& operator=(EduResponseError
const&);
24 EduResponseError(EduResponseError
const&);
31 MCNAPI EduResponseError(
32 ::Social::EduResponseType _type,
33 ::Bedrock::Http::StatusCode _code,
34 ::std::string _message,
35 ::std::vector<::std::string> _serverIds
38 MCNAPI ~EduResponseError();
47 ::Social::EduResponseType _type,
48 ::Bedrock::Http::StatusCode _code,
49 ::std::string _message,
50 ::std::vector<::std::string> _serverIds