trixnity-core
3.0.0-beta1
trixnity-core
/
net.folivo.trixnity.core
/
ErrorResponse
/
ThirdPIdInUse
Third
PId
In
Use
@
Serializable
data
class
ThirdPIdInUse
(
val
error
:
String
?
=
null
)
:
ErrorResponse
Sent when a threepid given to an API cannot be used because the same threepid is already in use.
Constructors
Properties
Constructors
Third
PId
In
Use
Link copied to clipboard
fun
ThirdPIdInUse
(
error
:
String
?
=
null
)
Properties
error
Link copied to clipboard
open
override
val
error
:
String
?
=
null