WebexError
public enum WebexError : Errorextension WebexError: LocalizedErrorThe enumeration of error types in Cisco Webex iOS SDK.
Since
1.2.0- 
                  
                  A service request to Cisco Webex cloud has failed. DeclarationSwift case serviceFailed(code: Int = -7000, reason: String)
- 
                  
                  The Phonehas not been registered.DeclarationSwift case unregistered
- 
                  
                  The media requires H.264 codec. Since the user decline the H.264 licesnse. DeclarationSwift case requireH264
- 
                  
                  The call was interrupted because the user jumped to view the content of the H.264 licesnse. Since since 2.6.0DeclarationSwift case interruptedByViewingH264License
- 
                  
                  The DTMF is invalid. DeclarationSwift case invalidDTMF
- 
                  
                  The DTMF is unsupported. DeclarationSwift case unsupportedDTMF
- 
                  
                  The service request is illegal. DeclarationSwift case illegalOperation(reason: String)
- 
                  
                  The service is in an illegal status. DeclarationSwift case illegalStatus(reason: String)
- 
                  
                  The authentication is failed. Since since 1.4.0DeclarationSwift case noAuth
- 
                  
                  The host pin or meeting password is required while dialing. Since since 2.6.0DeclarationSwift case requireHostPinOrMeetingPassword(reason: String)
- 
                  
                  Details of the error. DeclarationSwift public var errorDescription: String? { get }
 View on GitHub
View on GitHub WebexError Enumeration Reference
        WebexError Enumeration Reference