Navigation
API > API/Runtime > API/Runtime/HttpServer > API/Runtime/HttpServer/FHttpServerResponse
References
| Module | HttpServer |
| Header | /Engine/Source/Runtime/Online/HTTPServer/Public/HttpServerResponse.h |
| Include | #include "HttpServerResponse.h" |
| Source | /Engine/Source/Runtime/Online/HTTPServer/Private/HttpServerResponse.cpp |
static TUniquePtr< FHttpServerResponse > Error
&40;
EHttpServerResponseCodes ResponseCode,
const FString & ErrorCode,
const FString & ErrorMessage
&41;
Remarks
Creates an FHttpServerResponse with the caller-supplied response and error codes A unique pointer to an initialized response object
Parameters
| Name | Description |
|---|---|
| ResponseCode | The HTTP response code |
| ErrorCode | The machine-readable error code |
| ErrorMessage | The contextually descriptive error message |