docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class BatchConflictErrorResponse

    An error response sent back upon a batch update containing a resource conflict. All Data Items within the request should be considered unprocessed. The error response data[] property contains the Data Items that conflicted.

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

    Constructors

    BatchConflictErrorResponse(string, string, int, int, string, string, List<ConflictErrorResponseData>)

    Initializes a new instance of the BatchConflictErrorResponse class.

    Declaration
    [Preserve]
    public BatchConflictErrorResponse(string type = null, string title = null, int status = 0, int code = 0, string detail = null, string instance = null, List<ConflictErrorResponseData> data = null)
    Parameters
    Type Name Description
    string type

    A URI reference [RFC3986] that identifies the problem type. This specification encourages that, when dereferenced, it provide human-readable documentation for the problem type (e.g., using HTML [W3C.REC-html5-20141028]). When this member is not present, its value is assumed to be "about:blank". (required).

    string title

    A short, human-readable summary of the problem type. It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization (e.g., using proactive content negotiation; see [RFC7231], Section 3.4). (required).

    int status

    The HTTP status code ([RFC7231], Section 6) generated by the origin server for this occurrence of the problem. (required).

    int code

    Service specific error code (required).

    string detail

    A human-readable explanation specific to this occurrence of the problem. (required).

    string instance

    A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced..

    List<ConflictErrorResponseData> data

    A human-readable explanation specific to this occurrence of the problem. (required).

    Properties

    Code

    Service specific error code

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

    Service specific error code

    Data

    A human-readable explanation specific to this occurrence of the problem.

    Declaration
    [Preserve]
    public List<ConflictErrorResponseData> Data { get; set; }
    Property Value
    Type Description
    List<ConflictErrorResponseData>

    A human-readable explanation specific to this occurrence of the problem.

    Detail

    A human-readable explanation specific to this occurrence of the problem.

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

    A human-readable explanation specific to this occurrence of the problem.

    Instance

    A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.

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

    A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.

    Status

    The HTTP status code ([RFC7231], Section 6) generated by the origin server for this occurrence of the problem.

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

    The HTTP status code ([RFC7231], Section 6) generated by the origin server for this occurrence of the problem.

    Title

    A short, human-readable summary of the problem type. It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization (e.g., using proactive content negotiation; see [RFC7231], Section 3.4).

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

    A short, human-readable summary of the problem type. It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization (e.g., using proactive content negotiation; see [RFC7231], Section 3.4).

    Type

    A URI reference [RFC3986] that identifies the problem type. This specification encourages that, when dereferenced, it provide human-readable documentation for the problem type (e.g., using HTML [W3C.REC-html5-20141028]). When this member is not present, its value is assumed to be "about:blank".

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

    A URI reference [RFC3986] that identifies the problem type. This specification encourages that, when dereferenced, it provide human-readable documentation for the problem type (e.g., using HTML [W3C.REC-html5-20141028]). When this member is not present, its value is assumed to be "about:blank".

    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)