Class CloudSaveConflictErrorDetail
Represents the details for a conflict error from the Cloud Save service.
Inherited Members
Namespace: Unity.Services.CloudSave
Assembly: Unity.Services.CloudSave.dll
Syntax
[Preserve]
public class CloudSaveConflictErrorDetail
Properties
AttemptedWriteLock
The conflict write lock in the data that caused the error.
Declaration
[Preserve]
public string AttemptedWriteLock { get; }
Property Value
| Type | Description |
|---|---|
| string |
ExistingWriteLock
The current existing write locks.
Declaration
[Preserve]
public string ExistingWriteLock { get; }
Property Value
| Type | Description |
|---|---|
| string |
Key
The item key.
Declaration
[Preserve]
public string Key { get; }
Property Value
| Type | Description |
|---|---|
| string |