LiveKit Swift Client SDK Documentation

Enumeration Internal​Error

public enum InternalError: LiveKitError  
%375 InternalError InternalError LiveKitError LiveKitError InternalError->LiveKitError

Conforms To

LiveKitError

Enumeration Cases

state

case state(message: String? = nil) 

parse

case parse(message: String? = nil) 

convert

case convert(message: String? = nil) 

timeout

case timeout(message: String? = nil) 

Properties

description

public var description: String