Class ConflictErrorResponseData
A human-readable explanation specific to this occurrence of the problem.
Inherited Members
Namespace: Unity.Services.Apis.Admin.CloudSave
Assembly: Unity.Services.Apis.dll
Syntax
[DataContract(Name = "ConflictErrorResponseData")]
[Preserve]
public class ConflictErrorResponseData
Constructors
ConflictErrorResponseData(AttemptedItem, Item)
Initializes a new instance of the Conflict
Declaration
[Preserve]
public ConflictErrorResponseData(AttemptedItem attempted = null, Item existing = null)
Parameters
Type | Name | Description |
---|---|---|
Attempted |
attempted | attempted. |
Item | existing | existing. |
Properties
Attempted
Gets or Sets Attempted
Declaration
[DataMember(Name = "attempted", EmitDefaultValue = false)]
[Preserve]
public AttemptedItem Attempted { get; set; }
Property Value
Type | Description |
---|---|
Attempted |
Existing
Gets or Sets Existing
Declaration
[DataMember(Name = "existing", EmitDefaultValue = false)]
[Preserve]
public Item Existing { get; set; }
Property Value
Type | Description |
---|---|
Item |