docs.unity3d.com
    Show / Hide Table of Contents

    Class ValidationError

    ValidationError model

    Inheritance
    Object
    ValidationError
    Namespace: Unity.Services.Ccd.Management.Models
    Syntax
    [Preserve]
    public class ValidationError

    Constructors

    ValidationError(String, Int32, String, List<Object>)

    Creates an instance of ValidationError.

    Declaration
    [Preserve]
    public ValidationError(string title = null, int status = 0, string detail = null, List<object> details = null)
    Parameters
    Type Name Description
    String title

    title param

    Int32 status

    status param

    String detail

    detail param

    List<Object> details

    details param

    Properties

    Detail

    Declaration
    [Preserve]
    public string Detail { get; }
    Property Value
    Type Description
    String

    Details

    Declaration
    [Preserve]
    public List<object> Details { get; }
    Property Value
    Type Description
    List<Object>

    Status

    Declaration
    [Preserve]
    public int Status { get; }
    Property Value
    Type Description
    Int32

    Title

    Declaration
    [Preserve]
    public string Title { get; }
    Property Value
    Type Description
    String
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023