Closed

data class Closed(val error: Throwable) : BearerEvent

Event emitted when the bearer is closed.

Constructors

Link copied to clipboard
constructor(error: Throwable)

Properties

Link copied to clipboard

Error that caused the bearer to close.