toggle menu
stream-chat-android
6.6.0
androidJvm
switch theme
search in API
stream-chat-android-client
/
io.getstream.chat.android.client.events
/
ConnectionErrorEvent
Connection
Error
Event
data
class
ConnectionErrorEvent
(
val
type
:
String
,
val
createdAt
:
Date
,
val
rawCreatedAt
:
String
,
val
connectionId
:
String
,
val
error
:
ChatError
)
:
ChatEvent
Triggered when a WS connection fails.
Members
Members & Extensions
Constructors
Connection
Error
Event
Link copied to clipboard
constructor
(
type
:
String
,
createdAt
:
Date
,
rawCreatedAt
:
String
,
connectionId
:
String
,
error
:
ChatError
)
Properties
connection
Id
Link copied to clipboard
val
connectionId
:
String
created
At
Link copied to clipboard
open
override
val
createdAt
:
Date
error
Link copied to clipboard
val
error
:
ChatError
raw
Created
At
Link copied to clipboard
open
override
val
rawCreatedAt
:
String
type
Link copied to clipboard
open
override
val
type
:
String
Inherited properties
seq
Link copied to clipboard
val
seq
:
Int
Inherited functions
enrich
If
Needed
Link copied to clipboard
fun
ChatEvent
.
enrichIfNeeded
(
)
:
ChatEvent