-
- All Implemented Interfaces:
public final class ErrorEvent extends ChatEvent
Triggered when WS connection emits error
-
-
Constructor Summary
Constructors Constructor Description ErrorEvent(String type, Date createdAt, String rawCreatedAt, ChatError error)
-
Method Summary
Modifier and Type Method Description StringgetType()DategetCreatedAt()StringgetRawCreatedAt()final ChatErrorgetError()-
-
Method Detail
-
getCreatedAt
Date getCreatedAt()
-
getRawCreatedAt
String getRawCreatedAt()
-
getError
final ChatError getError()
-
-
-
-