stream-chat-android
Toggle table of contents
7.2.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
stream-chat-android
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.