ConnectionErrorEvent
constructor(@Json(name = "connection_id") connectionId: String, @Json(name = "created_at") createdAt: OffsetDateTime, @Json(name = "error") error: APIError?, @Json(name = "type") type: String = "connection.error")
Parameters
connectionId
createdAt
error
type
The type of event: \"connection.ok\" in this case