ThirdPIdInUse

@Serializable
data class ThirdPIdInUse(val error: String? = null) : 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? = null)

Properties

Link copied to clipboard
open override val error: String? = null