toggle menu
stream-chat-android
6.5.3
androidJvm
switch theme
search in API
stream-chat-android-client
/
io.getstream.chat.android.client.errors
Package-level
declarations
Types
Types
Chat
Error
Link copied to clipboard
data
class
ChatError
(
val
code
:
Int
=
-1
,
var
message
:
String
=
""
,
var
statusCode
:
Int
=
-1
,
val
exceptionFields
:
Map
<
String
,
String
>
=
mapOf()
,
var
moreInfo
:
String
=
""
,
val
details
:
List
<
ChatErrorDetail
>
=
emptyList()
,
var
duration
:
String
=
""
)
The error response from the chat server.
Chat
Error
Detail
Link copied to clipboard
data
class
ChatErrorDetail
(
val
code
:
Int
,
val
messages
:
List
<
String
>
)
The error detail.