RequestNotSentException

An exception thrown when an error prevented sending a request via the Chrome web socket.

Constructors

Link copied to clipboard
constructor(request: RequestFrame, cause: Throwable?)

Properties

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