Class PlayerErrorsRaisedEventArgs
PlayerErrorsRaised
public sealed class PlayerErrorsRaisedEventArgs : EventArgs
- Inheritance
-
PlayerErrorsRaisedEventArgs
- Inherited Members
Properties
Errors
Gets or sets the errors
[JsonPropertyName("errors")]
public PlayerError[] Errors { get; set; }
Property Value
PlayerId
Gets or sets the playerId
[JsonPropertyName("playerId")]
public string PlayerId { get; set; }