Type

Windows
MacOS
Linux

References

Module

HTTP

Header

/Engine/Source/Runtime/Online/HTTP/Public/HttpRetrySystem.h

Include

#include "HttpRetrySystem.h"

Syntax

enum Type
{
    NotStarted           = 0,
    Processing,
    ProcessingLockout,
    Cancelled,
    FailedRetry,
    FailedTimeout,
    Succeeded,
}

Values

Name

Description

NotStarted

Processing

ProcessingLockout

Cancelled

FailedRetry

FailedTimeout

Succeeded

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss