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.
An event argument class representing a PFMultiplayer error.
public class PlayFabMultiplayerErrorArgs : EventArgs
Public Members
| name | description |
|---|---|
| Code { get; protected set; } | Gets the error code indicating the result of the operation. |
| Message { get; protected set; } | Gets a call-specific error message with debug information. This message is not localized as it is meant to be used for debugging only. |
See Also
- namespace PlayFab.Multiplayer