toggle menu
stream-video-android
1.0.20
androidJvm
switch theme
search in API
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
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
Inherited properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
Inherited functions
add
Suppressed
Link copied to clipboard
fun
addSuppressed
(
p0
:
Throwable
)
fill
In
Stack
Trace
Link copied to clipboard
open
fun
fillInStackTrace
(
)
:
Throwable
get
Localized
Message
Link copied to clipboard
open
fun
getLocalizedMessage
(
)
:
String
get
Stack
Trace
Link copied to clipboard
open
fun
getStackTrace
(
)
:
Array
<
StackTraceElement
>
get
Suppressed
Link copied to clipboard
fun
getSuppressed
(
)
:
Array
<
Throwable
>
init
Cause
Link copied to clipboard
open
fun
initCause
(
p0
:
Throwable
)
:
Throwable
print
Stack
Trace
Link copied to clipboard
open
fun
printStackTrace
(
)
open
fun
printStackTrace
(
p0
:
PrintStream
)
open
fun
printStackTrace
(
p0
:
PrintWriter
)
set
Stack
Trace
Link copied to clipboard
open
fun
setStackTrace
(
p0
:
Array
<
StackTraceElement
>
)