Android SDK 100ms
lib
/
live.hms.video.media.streams.models
/
PreferStateResponseError
Prefer
State
Response
Error
data
class
PreferStateResponseError
(
val
code
:
Int
?
,
val
message
:
String
?
,
val
data
:
String
?
)
:
HMSDataChannelResponse
Constructors
Properties
Constructors
Prefer
State
Response
Error
Link copied to clipboard
fun
PreferStateResponseError
(
code
:
Int
?
,
message
:
String
?
,
data
:
String
?
)
Properties
code
Link copied to clipboard
@
SerializedName
(
value
=
"code"
)
val
code
:
Int
?
data
Link copied to clipboard
@
SerializedName
(
value
=
"data"
)
val
data
:
String
?
message
Link copied to clipboard
@
SerializedName
(
value
=
"message"
)
val
message
:
String
?