ThirdPIdNotFound

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

Properties

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