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 | |
ConnectionFailed | |
Forbidden | |
InvalidBackfillTicket | |
InvalidCreateSessionOptions | |
InvalidLocalMatchProperties | |
InvalidMatchmakerAssignment | |
InvalidMatchmakerResults | |
InvalidMatchmakerState | |
InvalidMatchmakerTicket | |
InvalidNetworkConfig | |
InvalidOperation | |
InvalidParameter | The error returned when a parameter is missing or not in the right format. |
InvalidPlatformOperation | |
InvalidPlayerTeam | |
InvalidSessionMetadata | |
LobbyAlreadyExists | |
MatchmakerAssignmentFailed | |
MatchmakerAssignmentTimeout | |
MatchmakerCancelled | |
MissingAssembly | |
MultiplayServerError | |
NetworkManagerNotInitialized | |
NetworkManagerStartFailed | |
None | |
NotAuthorized | |
NotInLobby | |
PlayerMissingTeamProperties | |
SessionDeleted | |
SessionTypeAlreadyExists | |
TranportComponentMissing | |
TransportInvalid | |
Unknown |