stream-video-android
Toggle table of contents
1.25.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
stream-video-android
stream-video-android-core
/
io.getstream.video.android.core.socket
/
ErrorResponse
Error
Response
@
Serializable
data
class
ErrorResponse
(
val
code
:
Int
=
-1
,
var
message
:
String
=
""
,
var
statusCode
:
Int
=
-1
,
var
details
:
List
<
String
>
=
emptyList()
,
val
exceptionFields
:
Map
<
String
,
String
>
=
mapOf()
,
var
moreInfo
:
String
=
""
)
:
Throwable
Members
Constructors
Error
Response
Link copied to clipboard
constructor
(
code
:
Int
=
-1
,
message
:
String
=
""
,
statusCode
:
Int
=
-1
,
details
:
List
<
String
>
=
emptyList()
,
exceptionFields
:
Map
<
String
,
String
>
=
mapOf()
,
moreInfo
:
String
=
""
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
code
Link copied to clipboard
val
code
:
Int
details
Link copied to clipboard
var
details
:
List
<
String
>
duration
Link copied to clipboard
var
duration
:
String
exception
Fields
Link copied to clipboard
val
exceptionFields
:
Map
<
String
,
String
>
message
Link copied to clipboard
open
override
var
message
:
String
more
Info
Link copied to clipboard
@
SerialName
(
value
=
"more_info"
)
var
moreInfo
:
String
status
Code
Link copied to clipboard
@
SerialName
(
value
=
"StatusCode"
)
var
statusCode
:
Int