exportconst ERROR_NEGATIVE_SCORE = "Cannot update score to a negative number";
exportconst ERROR_NO_MATCH = "No such match on the scoreboard";
exportconst ERROR_SAME_TEAM = "A team cannot play against itself";
exportconst ERROR_ALREADY_PLAYING = "One or both teams are already in play";