docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class GCSErrorResponse

    Inheritance
    object
    GCSErrorResponse
    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.Internal.Models
    Assembly: Unity.Services.CloudSave.dll
    Syntax
    [Preserve]
    [DataContract(Name = "BasicErrorResponse")]
    public class GCSErrorResponse

    Constructors

    GCSErrorResponse()

    Declaration
    public GCSErrorResponse()

    GCSErrorResponse(string, string, string)

    Declaration
    public GCSErrorResponse(string code, string message, string details = null)
    Parameters
    Type Name Description
    string code
    string message
    string details

    Properties

    Code

    Declaration
    [Preserve]
    [DataMember(Name = "Code", IsRequired = true, EmitDefaultValue = true)]
    public string Code { get; set; }
    Property Value
    Type Description
    string

    Details

    Declaration
    [Preserve]
    [DataMember(Name = "Details", IsRequired = false, EmitDefaultValue = false)]
    public string Details { get; set; }
    Property Value
    Type Description
    string

    Message

    Declaration
    [Preserve]
    [DataMember(Name = "Message", IsRequired = true, EmitDefaultValue = true)]
    public string Message { get; set; }
    Property Value
    Type Description
    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)