docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class AxiosInvocationErrorResponseDetails

    AxiosInvocationErrorResponseDetails

    Inheritance
    object
    AxiosInvocationErrorResponseDetails
    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 AxiosInvocationErrorResponseDetails

    Constructors

    AxiosInvocationErrorResponseDetails(string, string, AxiosInvocationErrorResponseRequest, AxiosInvocationErrorResponseResponse)

    Initializes a new instance of the AxiosInvocationErrorResponseDetails class.

    Declaration
    [Preserve]
    public AxiosInvocationErrorResponseDetails(string name = null, string message = null, AxiosInvocationErrorResponseRequest request = null, AxiosInvocationErrorResponseResponse response = null)
    Parameters
    Type Name Description
    string name

    name (required).

    string message

    message (required).

    AxiosInvocationErrorResponseRequest request

    request (required).

    AxiosInvocationErrorResponseResponse response

    response (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

    Request

    Gets or Sets Request

    Declaration
    [Preserve]
    public AxiosInvocationErrorResponseRequest Request { get; set; }
    Property Value
    Type Description
    AxiosInvocationErrorResponseRequest

    Response

    Gets or Sets Response

    Declaration
    [Preserve]
    public AxiosInvocationErrorResponseResponse Response { get; set; }
    Property Value
    Type Description
    AxiosInvocationErrorResponseResponse
    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)