docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class AxiosInvocationErrorResponseResponse

    AxiosInvocationErrorResponseResponse

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

    Constructors

    AxiosInvocationErrorResponseResponse(string, string, decimal, decimal, string, string)

    Initializes a new instance of the AxiosInvocationErrorResponseResponse class.

    Declaration
    [Preserve]
    public AxiosInvocationErrorResponseResponse(string type = null, string title = null, decimal status = 0, decimal code = 0, string detail = null, string requestId = null)
    Parameters
    Type Name Description
    string type

    type.

    string title

    title.

    decimal status

    status.

    decimal code

    code.

    string detail

    detail.

    string requestId

    requestId.

    Properties

    Code

    Gets or Sets Code

    Declaration
    [Preserve]
    public decimal Code { get; set; }
    Property Value
    Type Description
    decimal

    Detail

    Gets or Sets Detail

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

    RequestId

    Gets or Sets RequestId

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

    Status

    Gets or Sets Status

    Declaration
    [Preserve]
    public decimal Status { get; set; }
    Property Value
    Type Description
    decimal

    Title

    Gets or Sets Title

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

    Type

    Gets or Sets Type

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