ThirdPIdNotFound

@Serializable
@SerialName(value = "M_THREEPID_NOT_FOUND")
data class ThirdPIdNotFound(val error: String) : ErrorResponse

Sent when a threepid given to an API cannot be used because no record matching the threepid was found.

Constructors

Link copied to clipboard
constructor(error: String)

Properties

Link copied to clipboard
open override val error: String