Enum SessionError
The type of error related to sessions
Namespace: Unity.Services.Multiplayer
Assembly: Unity.Services.Multiplayer.dll
Syntax
public enum SessionError
Fields
| Name | Description |
|---|---|
| AllocationAlreadyExists | |
| AllocationNotFound | |
| AlreadySubscribedToLobby | |
| Forbidden | |
| InvalidMatchmakerAssignment | |
| InvalidMatchmakerState | |
| InvalidMatchmakerTicket | |
| InvalidNetworkConfig | |
| InvalidSessionMetadata | |
| LobbyAlreadyExists | |
| MatchmakerAssignmentFailed | |
| MatchmakerAssignmentTimeout | |
| MissingAssembly | |
| NetworkManagerNotInitialized | |
| NetworkManagerStartFailed | |
| NoMatchmakerAssignment | |
| NotAuthorized | |
| NotInLobby | |
| PostBuildHookException | |
| ReconnectFailed | |
| ReservedKeyInSessionData | |
| SessionDeleted | |
| TranportComponentMissing | |
| TransportInvalid | |
| Unknown |