ConnectionErrorEvent

constructor(@Json(name = "connection_id") connectionId: String, @Json(name = "created_at") createdAt: OffsetDateTime, @Json(name = "error") error: APIError, @Json(name = "type") type: String)