ThirdPartyMediumNotSupported

@Serializable
@SerialName(value = "M_THREEPID_MEDIUM_NOT_SUPPORTED")
data class ThirdPartyMediumNotSupported(val error: String) : ErrorResponse

The homeserver does not support adding a third party identifier of the given medium.

Constructors

Link copied to clipboard
constructor(error: String)

Properties

Link copied to clipboard
open override val error: String