ErrorResponse.Error Property

Definition

Gets or sets error message.

public Microsoft.Bot.Schema.Error Error { get; set; }
member this.Error : Microsoft.Bot.Schema.Error with get, set
Public Property Error As Error

Property Value

The error.

Applies to