v1.0.0
Latest
2022.3+

Class MultiplayError

An error given by the multiplay service.

Inheritance
System.Object
MultiplayError
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Unity.Services.Multiplay
Syntax
public class MultiplayError

Constructors

MultiplayError(MultiplayExceptionReason, String)

Constructs a multiplay error.

Declaration
public MultiplayError(MultiplayExceptionReason reason, string detail)
Parameters
TypeNameDescription
MultiplayExceptionReasonreason

The reason for the error.

System.Stringdetail

The detail of the error.

Properties

Detail

The detail of the error.

Declaration
public string Detail { get; }
Property Value
TypeDescription
System.String

Reason

The reason for the error.

Declaration
public MultiplayExceptionReason Reason { get; }
Property Value
TypeDescription
MultiplayExceptionReason