StartMatchError
Possible errors when starting a match.
enum StartMatchError {
NONE
MATCH_ID_OR_MATCHMAKING_TICKET_REQUIRED
MATCHMAKING_TICKET_ID_OR_MATCHMAKING_USER_REQUIRED
MATCHMAKING_USER_ID_OR_CLIENT_USER_ID_REQUIRED
START_TIME_REQUIRED
INVALID_START_TIME
START_TIME_TOO_SOON
NOT_FOUND
NOT_ENOUGH_PLAYERS_TO_START
ALREADY_HAS_START_TIME
PRIVATE_SERVER_NOT_SET
}
Values
StartMatchError.NONE
StartMatchError.MATCH_ID_OR_MATCHMAKING_TICKET_REQUIRED
StartMatchError.MATCHMAKING_TICKET_ID_OR_MATCHMAKING_USER_REQUIRED
StartMatchError.MATCHMAKING_USER_ID_OR_CLIENT_USER_ID_REQUIRED
StartMatchError.START_TIME_REQUIRED
StartMatchError.INVALID_START_TIME
StartMatchError.START_TIME_TOO_SOON
StartMatchError.NOT_FOUND
StartMatchError.NOT_ENOUGH_PLAYERS_TO_START
StartMatchError.ALREADY_HAS_START_TIME
StartMatchError.PRIVATE_SERVER_NOT_SET
Member Of
StartMatchResponse object