docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class StoreConnectionFailureDescription

    Represents a failed store connection as described by a store service.

    Inheritance
    object
    StoreConnectionFailureDescription
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Purchasing
    Assembly: Unity.Purchasing.dll
    Syntax
    [Serializable]
    public class StoreConnectionFailureDescription

    Constructors

    StoreConnectionFailureDescription(string, bool)

    Parametrized Constructor.

    Declaration
    public StoreConnectionFailureDescription(string message, bool isRetryable = false)
    Parameters
    Type Name Description
    string message

    The message containing details about the failed connection attempt.

    bool isRetryable

    Specifies if the query can be retried.

    Fields

    isRetryable

    Specifies if the connection request can be retried.

    Declaration
    public bool isRetryable
    Field Value
    Type Description
    bool

    message

    The message containing details about the failed connection attempt.

    Declaration
    public string message
    Field Value
    Type Description
    string

    Properties

    IsRetryable

    Specifies if the request is retryable

    Declaration
    public bool IsRetryable { get; }
    Property Value
    Type Description
    bool

    Message

    The message containing details about the failed connection attempt.

    Declaration
    public string Message { get; }
    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)