Error.InnerHttpError 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 error from inner http call.
public Microsoft.Bot.Schema.InnerHttpError InnerHttpError { get; set; }
member this.InnerHttpError : Microsoft.Bot.Schema.InnerHttpError with get, set
Public Property InnerHttpError As InnerHttpError
Property Value
The error from the inner HTTP call.