docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class InvocationErrorResponseDetails

    InvocationErrorResponseDetails

    Inheritance
    object
    InvocationErrorResponseDetails
    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.CloudCode
    Assembly: solution.dll
    Syntax
    [Preserve]
    public class InvocationErrorResponseDetails

    Constructors

    InvocationErrorResponseDetails(string, string, List<string>)

    Initializes a new instance of the InvocationErrorResponseDetails class.

    Declaration
    [Preserve]
    public InvocationErrorResponseDetails(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
    [Preserve]
    public string Message { get; set; }
    Property Value
    Type Description
    string

    Name

    Gets or Sets Name

    Declaration
    [Preserve]
    public string Name { get; set; }
    Property Value
    Type Description
    string

    StackTrace

    Gets or Sets StackTrace

    Declaration
    [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)