StreamingResponse.InternalServerError(HttpContent) Method
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.
Creates a response indicating the server encountered an error while processing the request.
public static Microsoft.Bot.Streaming.StreamingResponse InternalServerError (System.Net.Http.HttpContent body = default);
static member InternalServerError : System.Net.Http.HttpContent -> Microsoft.Bot.Streaming.StreamingResponse
Public Shared Function InternalServerError (Optional body As HttpContent = Nothing) As StreamingResponse
Parameters
- body
- HttpContent
An optional body containing additional information.
Returns
A response with the appropriate statuscode and passed in body.