Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- class PlayFabMultiplayerErrorArgs
- class PlayFabMultiplayer
- namespace PlayFab.Multiplayer