Class ValidationErrorResponseAllOf
ValidationErrorResponseAllOf
Inherited Members
Namespace: Unity.Services.Apis.Leaderboards
Assembly: solution.dll
Syntax
[Preserve]
public class ValidationErrorResponseAllOf
Constructors
ValidationErrorResponseAllOf(List<ValidationError>)
Initializes a new instance of the ValidationErrorResponseAllOf class.
Declaration
[Preserve]
public ValidationErrorResponseAllOf(List<ValidationError> errors = null)
Parameters
Type | Name | Description |
---|---|---|
List<ValidationError> | errors | Array of validation error objects enumerating the invalid fields and their reasons. |
Properties
Errors
Array of validation error objects enumerating the invalid fields and their reasons
Declaration
[Preserve]
public List<ValidationError> Errors { get; set; }
Property Value
Type | Description |
---|---|
List<ValidationError> | Array of validation error objects enumerating the invalid fields and their reasons |