social / pragma.gamemanagement / GameManagementService / createGameTitleV1 /

createGameTitleV1 #

suspend fun createGameTitleV1(operatorSession: OperatorSession, request: GameManagementRpc.CreateGameTitleV1Request): GameManagementRpc.CreateGameTitleV1Response

Create new game titles for individual games.

PragmaResultErrors

  • PragmaError.AccountService_AlreadyExists When the game title already exists or when the db errors.
  • PragmaError.Database_Error When the db errors.