Constructor LeaderboardsValidationErrorDetail
LeaderboardsValidationErrorDetail(string, List<string>)
Single error in the Validation Error Response.
Declaration
[Preserve]
public LeaderboardsValidationErrorDetail(string field, List<string> messages)
Parameters
Type | Name | Description |
---|---|---|
string | field | The field in the data that caused the error. |
List<string> | messages | Messages that describe the errors. |