ServerNotTrusted

@Serializable
@SerialName(value = "M_SERVER_NOT_TRUSTED")
data class ServerNotTrusted(val error: String) : ErrorResponse

The client's request used a third party server, eg. identity server, that this server does not trust.

Constructors

Link copied to clipboard
constructor(error: String)

Properties

Link copied to clipboard
open override val error: String