Class ErrorEvent
-
- 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, Error error)
-
Method Summary
Modifier and Type Method Description StringgetType()DategetCreatedAt()StringgetRawCreatedAt()final ErrorgetError()-
-
Method Detail
-
getCreatedAt
Date getCreatedAt()
-
getRawCreatedAt
String getRawCreatedAt()
-
getError
final Error getError()
-
-
-
-