ThirdPIdInUse

@Serializable
@SerialName(value = "M_THREEPID_IN_USE")
data class ThirdPIdInUse(val error: String) : ErrorResponse

Sent when a threepid given to an API cannot be used because the same threepid is already in use.

Constructors

Link copied to clipboard
constructor(error: String)

Properties

Link copied to clipboard
open override val error: String