toggle menu
stream-chat-android
6.6.0
androidJvm
switch theme
search in API
stream-chat-android-client
/
io.getstream.chat.android.client.events
/
ErrorEvent
Error
Event
data
class
ErrorEvent
(
val
type
:
String
,
val
createdAt
:
Date
,
val
rawCreatedAt
:
String
?
,
val
error
:
Error
)
:
ChatEvent
Triggered when WS connection emits error
Members
Members & Extensions
Constructors
Error
Event
Link copied to clipboard
constructor
(
type
:
String
,
createdAt
:
Date
,
rawCreatedAt
:
String
?
,
error
:
Error
)
Properties
created
At
Link copied to clipboard
open
override
val
createdAt
:
Date
error
Link copied to clipboard
val
error
:
Error
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