Click or drag to resize

WebexErrorCode Enumeration

The enumeration of error types.

Namespace:  WebexSDK
Assembly:  WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public enum WebexErrorCode
Members
  Member nameValueDescription
ServiceFailed0 A service request to Cisco Webex cloud has failed.
Unregistered1 The Phone has not been registered.
RequireH2642 The media requires H.264 codec.
InvalidDTMF3 The DTMF is invalid.
UnsupportedDTMF4 The DTMF is unsupported.
IllegalOperation5 The service request is illegal.
IllegalStatus6 The service is in an illegal status.
Remarks
Since: 0.1.0
See Also