NameTaken

io.github.pidoveproject.showdown.protocol.server.GlobalMessage.NameTaken
final case class NameTaken(name: String, reason: String)

The current user's name cannot be changed to name.

Value parameters

name

the name the current user tried to take

reason

the reason of the failure

Attributes

Source
GlobalMessage.scala

Members list

Inherited
  • Not inherited
  • Product

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product