CommandResultValue<T>.Error Property
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.
Gets or sets the optional error, if the command result indicates a failure.
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
Error which occurred during processing of the command.