docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ConflictItemErrorResponse

    An error response sent back upon item already existing

    Inheritance
    object
    ConflictItemErrorResponse
    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.Economy
    Assembly: Unity.Services.Apis.dll
    Syntax
    [DataContract(Name = "conflict-item-error-response")]
    [Preserve]
    public class ConflictItemErrorResponse

    Constructors

    ConflictItemErrorResponse(string, string, int, int, string, ConflictItemErrorResponseData)

    Initializes a new instance of the ConflictItemErrorResponse class.

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

    type (required).

    string title

    title (required).

    int status

    status (required).

    int code

    code (required).

    string detail

    detail (required).

    ConflictItemErrorResponseData data

    data (required).

    Properties

    Code

    Gets or Sets Code

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

    Data

    Gets or Sets Data

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

    Detail

    Gets or Sets Detail

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

    Status

    Gets or Sets Status

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

    Title

    Gets or Sets Title

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

    Type

    Gets or Sets Type

    Declaration
    [DataMember(Name = "type", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public string Type { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top
    Copyright © 2025 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)