docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ValidationErrorResponse1

    Validation error response when a value provided from the client does not pass validation on server.

    Inheritance
    object
    ValidationErrorResponse1
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Apis.Admin.Triggers
    Assembly: Unity.Services.Apis.dll
    Syntax
    [DataContract(Name = "ValidationErrorResponse_1")]
    [Preserve]
    public class ValidationErrorResponse1

    Constructors

    ValidationErrorResponse1(List<ValidationError>)

    Initializes a new instance of the ValidationErrorResponse1 class.

    Declaration
    [Preserve]
    public ValidationErrorResponse1(List<ValidationError> errors = null)
    Parameters
    Type Name Description
    List<ValidationError> errors

    errors.

    Properties

    Errors

    Gets or Sets Errors

    Declaration
    [DataMember(Name = "errors", EmitDefaultValue = false)]
    [Preserve]
    public List<ValidationError> Errors { get; set; }
    Property Value
    Type Description
    List<ValidationError>
    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)