LiveServerGoAway

@Serializable
data class LiveServerGoAway(val timeLeft: Duration? = null)

Server will not be able to service client soon.

Constructors

Link copied to clipboard
constructor(timeLeft: Duration? = null)

Properties

Link copied to clipboard
@Serializable(with = DurationStringSerializer::class)
val timeLeft: Duration? = null

The remaining time before the connection will be terminated as ABORTED. The minimal time returned here is specified differently together with the rate limits for a given model.