InvalidUsername

@Serializable
@SerialName(value = "M_INVALID_USERNAME")
data class InvalidUsername(val error: String) : ErrorResponse

Encountered when trying to register a user ID which is not valid.

Constructors

Link copied to clipboard
constructor(error: String)

Properties

Link copied to clipboard
open override val error: String