ServerErrorReason
public enum ServerErrorReason
The underlying reason of the server errors
-
Any server signaling error. We get the message and code from the server
Declaration
Swift
case signalingServerError(message: String, code: String)
-
Gateway is not registered.
Declaration
Swift
case gatewayNotRegistered
-
Undocumented
Declaration
Swift
public var localizedDescription: String { get }