Navigation
API > API/Runtime > API/Runtime/HTTP
The reason of the failure when HTTP request failed
| Name | EHttpFailureReason |
| Type | enum |
| Header File | /Engine/Source/Runtime/Online/HTTP/Public/Interfaces/IHttpBase.h |
| Include Path | #include "Interfaces/IHttpBase.h" |
Syntax
enum EHttpFailureReason
{
None = 0,
ConnectionError,
Cancelled,
TimedOut,
Other,
}
Values
| Name | Remarks |
|---|---|
| None | |
| ConnectionError | |
| Cancelled | |
| TimedOut | This acts differently than the platform timeout. |
| Other |