docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ValidationErrorResponseAllOf

    ValidationErrorResponseAllOf

    Inheritance
    object
    ValidationErrorResponseAllOf
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)