Navigation
API > API/Plugins > API/Plugins/ElectraHTTPStream > API/Plugins/ElectraHTTPStream/IElectraHTTPStreamRequest
Description
Returns whether the request has failed. Please note that HTTP responses in the 4xx and 5xx range are not failures since a communication was established and a response was received. Such errors must be detected and handled by your application examining the response status!
| Name | HasFailed |
| Type | function |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraHTTPStream/Public/ElectraHTTPStream.h |
| Include Path | #include "ElectraHTTPStream.h" |
bool HasFailed()