matrix-sdk-android
androidJvm
matrix-sdk-android
/
org.matrix.android.sdk.api.session.contentscanner
/
ContentScannerError
Content
Scanner
Error
@
JsonClass
(
generateAdapter
=
true
)
data
class
ContentScannerError
(
@
Json
(
name
=
"info"
)
val
info
:
String
?
=
null
,
@
Json
(
name
=
"reason"
)
val
reason
:
String
?
=
null
)
Members
Constructors
Content
Scanner
Error
Link copied to clipboard
constructor
(
@
Json
(
name
=
"info"
)
info
:
String
?
=
null
,
@
Json
(
name
=
"reason"
)
reason
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
info
Link copied to clipboard
val
info
:
String
?
=
null
reason
Link copied to clipboard
val
reason
:
String
?
=
null