docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ErrorResponseConflictCurrencyBalance

    An error response sent back upon currency balance conflict.

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

    Constructors

    ErrorResponseConflictCurrencyBalance(string, string, int, int, string, string, ErrorResponseConflictCurrencyBalanceData)

    Initializes a new instance of the ErrorResponseConflictCurrencyBalance class.

    Declaration
    [Preserve]
    public ErrorResponseConflictCurrencyBalance(string type = null, string title = null, int status = 0, int code = 0, string detail = null, string instance = null, ErrorResponseConflictCurrencyBalanceData data = null)
    Parameters
    Type Name Description
    string type

    type (required).

    string title

    title (required).

    int status

    For example 409 (required).

    int code

    For example 10204 (required).

    string detail

    detail (required).

    string instance

    instance.

    ErrorResponseConflictCurrencyBalanceData data

    data (required).

    Properties

    Code

    For example 10204

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

    For example 10204

    Data

    Gets or Sets Data

    Declaration
    [Preserve]
    public ErrorResponseConflictCurrencyBalanceData Data { get; set; }
    Property Value
    Type Description
    ErrorResponseConflictCurrencyBalanceData

    Detail

    Gets or Sets Detail

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

    Instance

    Gets or Sets Instance

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

    Status

    For example 409

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

    For example 409

    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)