LiveKit Swift Client SDK Documentation

Enumeration Network​Error

public enum NetworkError: LiveKitError  
%497 NetworkError NetworkError LiveKitError LiveKitError NetworkError->LiveKitError

Conforms To

LiveKitError

Enumeration Cases

disconnected

case disconnected(message: String? = nil, rawError: Error? = nil) 

response

case response(message: String? = nil) 

Properties

description

public var description: String