ThirdPIdDenied

@Serializable
@SerialName(value = "M_THREEPID_DENIED")
data class ThirdPIdDenied(val error: String) : ErrorResponse

The server does not permit this third party identifier. This may happen if the server only permits, for example, email addresses from a particular domain.

Constructors

Link copied to clipboard
constructor(error: String)

Properties

Link copied to clipboard
open override val error: String