Failed

data class Failed(val reason: SendFailure) : SendState(source)

Packet delivery failed.

Parameters

reason

why the packet could not be delivered

Constructors

Link copied to clipboard
constructor(reason: SendFailure)

Properties

Link copied to clipboard