docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class CompilationErrorResponseDetailsInner

    CompilationErrorResponseDetailsInner

    Inheritance
    object
    CompilationErrorResponseDetailsInner
    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.CloudCode
    Assembly: Unity.Services.Apis.dll
    Syntax
    [DataContract(Name = "CompilationErrorResponse_details_inner")]
    [Preserve]
    public class CompilationErrorResponseDetailsInner

    Constructors

    CompilationErrorResponseDetailsInner(string, string, List<string>)

    Initializes a new instance of the CompilationErrorResponseDetailsInner class.

    Declaration
    [Preserve]
    public CompilationErrorResponseDetailsInner(string name = null, string message = null, List<string> stackTrace = null)
    Parameters
    Type Name Description
    string name

    name (required).

    string message

    message (required).

    List<string> stackTrace

    stackTrace (required).

    Properties

    Message

    Gets or Sets Message

    Declaration
    [DataMember(Name = "message", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public string Message { get; set; }
    Property Value
    Type Description
    string

    Name

    Gets or Sets Name

    Declaration
    [DataMember(Name = "name", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public string Name { get; set; }
    Property Value
    Type Description
    string

    StackTrace

    Gets or Sets StackTrace

    Declaration
    [DataMember(Name = "stackTrace", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public List<string> StackTrace { get; set; }
    Property Value
    Type Description
    List<string>
    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)