trixnity-core
3.7.0-beta3
common
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.
Members
Constructors
Third
PId
In
Use
Link copied to clipboard
constructor
(
error
:
String
?
=
null
)
Properties
error
Link copied to clipboard
open
override
val
error
:
String
?
=
null