ErrorEvent
data class ErrorEvent(val type: String, val createdAt: Date, val rawCreatedAt: String?, val error: Error) : ChatEvent
Triggered when WS connection emits error
Properties
Inherited functions
Link copied to clipboard
Enriches the wrapped Message from the ChatEvent with the Channel ID.