MCPcopy Create free account
hub / github.com/PlayFab/gsdk / OnPlayFabFail

Function OnPlayFabFail

cpp/testapps/cppLinuxTestApp/main.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void OnPlayFabFail(const PlayFab::PlayFabError& error, void*)
32{
33 printf(("========== PlayFab call Failed: " + error.GenerateReport() + "\n").c_str());
34}
35
36void OnProfile(const PlayFab::ClientModels::GetPlayerProfileResult& result, void*)
37{

Callers

nothing calls this directly

Calls 1

GenerateReportMethod · 0.80

Tested by

no test coverage detected