docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class CloudSaveValidationErrorDetail

    Inheritance
    object
    CloudSaveValidationErrorDetail
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.CloudSave
    Assembly: Unity.Services.CloudSave.dll
    Syntax
    [Preserve]
    public class CloudSaveValidationErrorDetail

    Constructors

    CloudSaveValidationErrorDetail(string, List<string>, string)

    Single error in the Validation Error Response.

    Declaration
    [Preserve]
    public CloudSaveValidationErrorDetail(string field, List<string> messages, string key = null)
    Parameters
    Type Name Description
    string field

    The field in the data that caused the error.

    List<string> messages

    Messages that describe the errors.

    string key

    The data key that caused the error.

    Properties

    Field

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

    Key

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

    Messages

    Declaration
    [Preserve]
    public List<string> Messages { get; }
    Property Value
    Type Description
    List<string>
    In This Article
    Back to top
    Copyright © 2025 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)