Edit

Share via


PlayFabMultiplayer.OnErrorEventHandler delegate

Handler for when there is an error calling another API to be used for debugging purposes.

public delegate void OnErrorEventHandler(PlayFabMultiplayerErrorArgs args);
parameter description
args The error args containing the error message and error code

See Also