Class MultiplayError
An error given by the multiplay service.
Inherited Members
Namespace: Unity.Services.Multiplay
Assembly: Unity.Services.Multiplayer.Multiplay.dll
Syntax
public class MultiplayError
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 |