Enumeration
RealtimeSDKError
public enum RealtimeSDKError: Error
Relationships
Conforms To
Error
LocalizedError
Enumeration Cases
roomParticipantCountExceeded
case roomParticipantCountExceeded
The maximum number of participants exceeds the number allowed by the system
genericRealtimeSDK
case genericRealtimeSDK
An unspecified error has occurred. Check the error description for more details.
Properties
errorDescription
public var errorDescription: String?