stream-chat-android
Toggle table of contents
7.3.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
/
ChatError
/
ChatError
Chat
Error
constructor
(
code
:
Int
=
-1
,
message
:
String
=
""
,
statusCode
:
Int
=
-1
,
exceptionFields
:
Map
<
String
,
String
>
=
mapOf()
,
moreInfo
:
String
=
""
,
details
:
List
<
ChatErrorDetail
>
=
emptyList()
,
duration
:
String
=
""
)