social / pragma.gamemanagement / GameManagementService / updateLimitedAccessEventServiceV1 /
updateLimitedAccessEventServiceV1 #
suspend fun updateLimitedAccessEventServiceV1(serviceSession: ServiceSession, request: GameManagementRpc.UpdateLimitedAccessEventServiceV1Request): GameManagementRpc.UpdateLimitedAccessEventServiceV1Response
Update an already defined limited access event to modify any details of the event.
PragmaResultErrors
- PragmaError.GameManagementService_LimitedAccessEventNotFound Thrown if requested limited access event not found.
- PragmaError.GameManagementService_LimitedAccessEventCannotModifyExistingEvent Thrown if limited access event is currently active.
- PragmaError.GameManagementService_LimitedAccessEventNameMissing Thrown when event name is missing.
- PragmaError.GameManagementService_LimitedAccessEventTimeInvalid Thrown when event end time is earlier than event start time.
- PragmaError.GameManagementService_GameShardInvalid Thrown when game shard ID is not valid.
- PragmaError.Database_Error Thrown when the db errors.