Class CloudSaveConflictException
Represents a conflict error from the Cloud Save service.
Implements
Inherited Members
RequestFailedException.ErrorCode
Namespace: Unity.Services.CloudSave
Assembly: Unity.Services.CloudSave.dll
Syntax
[Preserve]
public class CloudSaveConflictException : CloudSaveException, ISerializable
Properties
Details
The details of the exception
Declaration
[Preserve]
public List<CloudSaveConflictErrorDetail> Details { get; }
Property Value
| Type | Description |
|---|---|
| List<CloudSaveConflictErrorDetail> |