Click or drag to resize

ContactExceptionError Property

The contact error code for the contact operation.
The reason for the feature failure.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public ContactError Error { get; }

Property Value

Type: ContactError
Remarks
If the operation is successful this object will have default values (UnknownReason error code).
See Also