Go to the source code of this file.
|
| enum class | EBuildPatchInstallError {
NoError = 0
, DownloadError = 1
, FileConstructionFail = 2
, MoveFileToInstall = 3
,
BuildVerifyFail = 4
, ApplicationClosing = 5
, ApplicationError = 6
, UserCanceled = 7
,
PrerequisiteError = 8
, InitializationError = 9
, PathLengthExceeded = 10
, OutOfDiskSpace = 11
,
NumInstallErrors
} |
| |
| enum class | EBuildPatchDownloadHealth {
Disconnected = 0
, Poor
, OK
, Good
,
Excellent
, NUM_Values
} |
| |
◆ CASE_ENUM_TO_STR [1/2]
◆ CASE_ENUM_TO_STR [2/2]
◆ RETURN_IF_EQUAL [1/2]
◆ RETURN_IF_EQUAL [2/2]
◆ IBuildInstallerPtr
◆ IBuildInstallerRef
◆ IBuildInstallerWeakPtr
◆ EBuildPatchDownloadHealth
| Enumerator |
|---|
| Disconnected | |
| Poor | |
| OK | |
| Good | |
| Excellent | |
| NUM_Values | |
◆ EBuildPatchInstallError
Declares the error type enum for use with the error system
| Enumerator |
|---|
| NoError | |
| DownloadError | |
| FileConstructionFail | |
| MoveFileToInstall | |
| BuildVerifyFail | |
| ApplicationClosing | |
| ApplicationError | |
| UserCanceled | |
| PrerequisiteError | |
| InitializationError | |
| PathLengthExceeded | |
| OutOfDiskSpace | |
| NumInstallErrors | |
◆ LexFromString() [1/2]
◆ LexFromString() [2/2]
◆ LexToString() [1/2]
◆ LexToString() [2/2]