ServiceError Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ASR error model.
public class ServiceError
type ServiceError = class
Public Class ServiceError
- Inheritance
-
ServiceError
Constructors
ServiceError() |
Initializes a new instance of the ServiceError class. |
ServiceError(String, String, String, String, String) |
Initializes a new instance of the ServiceError class. |
Properties
ActivityId |
Gets or sets activity Id. |
Code |
Gets or sets error code. |
Message |
Gets or sets error message. |
PossibleCauses |
Gets or sets possible causes of error. |
RecommendedAction |
Gets or sets recommended action to resolve error. |