Click or drag to resize

SparkErrorCode Enumeration

The enumeration of error types.

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public enum SparkErrorCode
Members
  Member nameValueDescription
ServiceFailed0 A service request to Cisco Spark 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