MseException

class MseException(message: String) : Exception

Raised when the MSE/PE handshake fails (bad VC, unknown torrent, sync not found, …).

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?