Package org.openapitools.client.models
Class ConnectionErrorEvent
-
- All Implemented Interfaces:
-
org.openapitools.client.models.WSClientEvent
public final class ConnectionErrorEvent extends VideoEvent implements WSClientEvent
This event is sent when the WS connection fails
-
-
Constructor Summary
Constructors Constructor Description ConnectionErrorEvent(String connectionId, OffsetDateTime createdAt, APIError error, String type)
-
Method Summary
Modifier and Type Method Description final StringgetConnectionId()final OffsetDateTimegetCreatedAt()final APIErrorgetError()final StringgetType()StringgetEventType()-
-
Method Detail
-
getConnectionId
final String getConnectionId()
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
getEventType
String getEventType()
-
-
-
-