Class MultiplayError
An error given by the multiplay service.
Inherited Members
Namespace: Unity.Services.Multiplay
Assembly: solution.dll
Syntax
public class MultiplayError
Constructors
| Name | Description |
|---|---|
| MultiplayError(MultiplayExceptionReason, string) | Constructs a multiplay error. |
Properties
| Name | Description |
|---|---|
| Detail | The detail of the error. |
| Reason | The reason for the error. |