SparkErrorCode Enumeration |
The enumeration of error types.
Namespace:
SparkSDK
Assembly:
SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax public enum SparkErrorCode
Members
| Member name | Value | Description |
---|
| ServiceFailed | 0 |
A service request to Cisco Spark cloud has failed.
|
| Unregistered | 1 |
The Phone has not been registered.
|
| RequireH264 | 2 |
The media requires H.264 codec.
|
| InvalidDTMF | 3 |
The DTMF is invalid.
|
| UnsupportedDTMF | 4 |
The DTMF is unsupported.
|
| IllegalOperation | 5 |
The service request is illegal.
|
| IllegalStatus | 6 |
The service is in an illegal status.
|
Remarks Since: 0.1.0
See Also