docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class MultiplayError

    An error given by the multiplay service.

    Inheritance
    object
    MultiplayError
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Multiplay
    Assembly: Unity.Services.Multiplayer.Multiplay.dll
    Syntax
    [Obsolete("The Multiplay service will cease to operate on March 31st 2026 - For alternative hosting providers, please update to com.unity.services.multiplayer 2.1")]
    public class MultiplayError
    Remarks

    The Multiplay service will cease to operate on March 31st 2026 - For alternative hosting providers, please update to com.unity.services.multiplayer 2.1

    Constructors

    MultiplayError(MultiplayExceptionReason, string)

    Constructs a multiplay error.

    Declaration
    public MultiplayError(MultiplayExceptionReason reason, string detail)
    Parameters
    Type Name Description
    MultiplayExceptionReason reason

    The reason for the error.

    string detail

    The detail of the error.

    Properties

    Detail

    The detail of the error.

    Declaration
    public string Detail { get; }
    Property Value
    Type Description
    string

    Reason

    The reason for the error.

    Declaration
    public MultiplayExceptionReason Reason { get; }
    Property Value
    Type Description
    MultiplayExceptionReason
    In This Article
    Back to top
    Copyright © 2026 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)