DarwinWebSocketException

class DarwinWebSocketException(val nsError: NSError) : WebSocketException

A WebSocketException caused by a darwin NSError. It contains details about the actual error cause.

Constructors

Link copied to clipboard
constructor(nsError: NSError)

Properties

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

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String