Click or drag to resize
OtherPhoneServiceError Enumeration
Other phone service related error codes.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public enum OtherPhoneServiceError
Members
  Member nameValueDescription
CallInProgress0 The requested operation failed since call is in progress.
InvalidNumber1 The requested operation failed since an invalid number was supplied.
InvalidState2 The operation is not valid for the current state.
Failed3 An internal error occurred.
Cancelled4 The operation in progress is cancelled.
See Also