Edit

Share via


Class PlayFabMultiplayerErrorArgs

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