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