次の方法で共有


ServiceError Class

Definition

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.

Applies to